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