3 references to IsPublic
ILCompiler.TypeSystem (3)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (2)
355
&& attributes.
IsPublic
()
366
return Attributes.
IsPublic
();
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
387
if (attributes.IsRuntimeSpecialName() && attributes.
IsPublic
()