Files
codeql/csharp/change-notes/2021-06-15-effective-visibility.md
2021-06-16 10:51:52 +02:00

2 lines
250 B
Markdown

lgtm,codescanning
* The `isEffectivelyPrivate`, `isEffectivelyInternal` and `isEffectivelyPublic` predicates on `Modifiable` have been reworked to handle `private protected` and `internal protected` visibilities and explicitly implemented interfaces.