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