20 references to TypeReference
System.Private.CoreLib (12)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
5284Debug.Assert(hType == HandleType.TypeReference || hType == HandleType.Null); 5285_value = (value & 0x01FFFFFF) | (((int)HandleType.TypeReference) << 25); 5318if ((HandleType)((uint)_value >> 25) != HandleType.TypeReference)
System\Reflection\Runtime\General\MetadataReaderExtensions.cs (2)
67handleType == HandleType.TypeReference || 75handleType == HandleType.TypeReference ||
System\Reflection\Runtime\General\MetadataReaderExtensions.NativeFormat.cs (4)
78Debug.Assert(handleType == HandleType.TypeDefinition || handleType == HandleType.TypeReference || handleType == HandleType.TypeSpecification || handleType == HandleType.ModifiedType); 103Debug.Assert(handleType == HandleType.TypeDefinition || handleType == HandleType.TypeReference || handleType == HandleType.TypeSpecification || handleType == HandleType.ModifiedType); 310case HandleType.TypeReference: 506else if (handleType == HandleType.TypeReference)
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (3)
35else if (handleType == HandleType.TypeReference) 152case HandleType.TypeReference: 185else if (parentType == HandleType.TypeReference)
System.Private.StackTraceMetadata (4)
Internal\StackTraceMetadata\MethodNameFormatter.cs (2)
194case HandleType.TypeReference: 495case HandleType.TypeReference:
Internal\StackTraceMetadata\StackTraceMetadata.cs (2)
237case HandleType.TypeReference: 447currentOwningType.HandleType is HandleType.TypeDefinition or HandleType.TypeReference or HandleType.TypeSpecification);
System.Private.TypeLoader (4)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (3)
23case HandleType.TypeReference: 196enclosing = typeRef.ParentNamespaceOrType.HandleType == HandleType.TypeReference ? typeRef.ParentNamespaceOrType.GetFullName(reader) : null; 226case HandleType.TypeReference:
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MetadataTypeHashingAlgorithms.cs (1)
88if (typeRef.ParentNamespaceOrType.HandleType == HandleType.TypeReference)