3 references to IsEffectivelyPublicOrInternal
Microsoft.CodeAnalysis.CSharp (3)
Compilation\CSharpCompilation.cs (1)
4702
if (!AccessCheck.
IsEffectivelyPublicOrInternal
(symbol, out bool isInternal))
Symbols\Metadata\PE\NullableTypeDecoder.cs (1)
33
_ = AccessCheck.
IsEffectivelyPublicOrInternal
(accessSymbol, out _);
Symbols\Metadata\PE\PEModuleSymbol.cs (1)
810
if (AccessCheck.
IsEffectivelyPublicOrInternal
(symbol, out bool isInternal))