17 references to TypeSpecification
System.Private.CoreLib (12)
Internal\Runtime\CompilerServices\MethodNameAndSignature.cs (1)
64if (returnType.HandleType != HandleType.TypeSpecification)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (3)
5365Debug.Assert(hType == HandleType.TypeSpecification || hType == HandleType.Null); 5366_value = (value & 0x01FFFFFF) | (((int)HandleType.TypeSpecification) << 25); 5399if ((HandleType)((uint)_value >> 25) != HandleType.TypeSpecification)
System\Reflection\ModifiedType.NativeAot.cs (1)
31if (handle.HandleType == HandleType.TypeSpecification)
System\Reflection\Runtime\General\MetadataReaderExtensions.cs (2)
68handleType == HandleType.TypeSpecification; 76handleType == HandleType.TypeSpecification ||
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); 311case HandleType.TypeSpecification: 529else if (handleType == HandleType.TypeSpecification)
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
37else if (handleType == HandleType.TypeSpecification)
System.Private.StackTraceMetadata (4)
Internal\StackTraceMetadata\MethodNameFormatter.cs (2)
198case HandleType.TypeSpecification: 498case HandleType.TypeSpecification:
Internal\StackTraceMetadata\StackTraceMetadata.cs (2)
240case HandleType.TypeSpecification: 447currentOwningType.HandleType is HandleType.TypeDefinition or HandleType.TypeReference or HandleType.TypeSpecification);
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (1)
31case HandleType.TypeSpecification: