3 references to IsExposedOutsideOfThisAssembly
ILCompiler.ReadyToRun (2)
Compiler\ReadyToRunVisibilityRootProvider.cs (2)
64
&& !ecma.GetEffectiveVisibility().
IsExposedOutsideOfThisAssembly
(anyInternalsVisibleTo))
79
&& decl.GetEffectiveVisibility().
IsExposedOutsideOfThisAssembly
(anyInternalsVisibleTo);
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Common\TypeDesc.TypeEquivalence.cs (1)
95
if (!((TypeDesc)defType).GetEffectiveVisibility().
IsExposedOutsideOfThisAssembly
(false))