4 references to IsRuntimeSpecialName
ILCompiler.TypeSystem (4)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (2)
354return attributes.IsRuntimeSpecialName() 374return Attributes.IsRuntimeSpecialName() && Name == ".cctor"u8;
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (2)
364if (methodDefinition.Attributes.IsRuntimeSpecialName() && 387if (attributes.IsRuntimeSpecialName() && attributes.IsPublic()