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