Base:
property
Name
Internal.TypeSystem.MethodDesc.Name
8 references to Name
ILCompiler.Compiler (4)
Compiler\NoMetadataBlockingPolicy.cs (1)
57if (ecmaMethod.Name == Internal.IL.Stubs.GetFieldHelperMethodOverride.MetadataName
Compiler\SubstitutedILProvider.cs (1)
420&& callee.Name.StartsWith("get_"u8))
Compiler\SubstitutionProvider.cs (2)
137Debug.Assert(method.Name.StartsWith("get_"u8)); 138string resourceStringName = System.Text.Encoding.UTF8.GetString(method.Name.AsSpan().Slice(4));
ILCompiler.ReadyToRun (2)
Compiler\DependencyAnalysis\ReadyToRun\TypeValidationChecker.cs (2)
232if (method.Name != ".cctor"u8 && !method.Name.StartsWith("_VtblGap"u8))
ILCompiler.TypeSystem (2)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaMethod.cs (2)
357&& Name == ".ctor"u8 374return Attributes.IsRuntimeSpecialName() && Name == ".cctor"u8;