3 overrides of IsPublic
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\InstantiatedMethod.cs (1)
123public override bool IsPublic
parent\parent\Common\TypeSystem\Common\MethodForInstantiatedType.cs (1)
116public override bool IsPublic
parent\parent\Common\TypeSystem\Ecma\EcmaMethod.cs (1)
362public override bool IsPublic
3 references to IsPublic
ILCompiler.TypeSystem (3)
parent\parent\Common\TypeSystem\Common\InstantiatedMethod.cs (1)
127return _methodDef.IsPublic;
parent\parent\Common\TypeSystem\Common\MetadataVirtualMethodAlgorithm.cs (1)
495return methodToVerify.IsPublic;
parent\parent\Common\TypeSystem\Common\MethodForInstantiatedType.cs (1)
120return _typicalMethodDef.IsPublic;