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