2 references to Name
System.Private.CoreLib (2)
src\Internal\VersionResilientHashCode.CoreCLR.cs (1)
33
int hashcode = NameHashCode(type.IsNested ? string.Empty : type.Namespace, type.
Name
);
src\libraries\System.Private.CoreLib\src\System\Reflection\TypeNameResolver.cs (1)
85
nestedTypeNames[--nestingDepth] = TypeName.Unescape(current.
Name
);