Base:
property
Name
Internal.TypeSystem.MetadataType.Name
4 references to Name
ILCompiler.Compiler (3)
Compiler\Dataflow\FlowAnnotations.cs (2)
512
if (CompilerGeneratedNames.IsExtensionType(ecmaType.
Name
.AsSpan()))
652
if (!CompilerGeneratedNames.IsStateMachineOrDisplayClass(typeDef.
Name
.AsSpan()))
Compiler\SubstitutedILProvider.cs (1)
417
&& calleeType.
Name
== InlineableStringsResourceNode.ResourceAccessorTypeName
ILCompiler.TypeSystem (1)
src\runtime\src\coreclr\tools\Common\TypeSystem\Ecma\EcmaType.cs (1)
56
int hashCode = VersionResilientHashCode.NameHashCode(Namespace,
Name
);