2 instantiations of TypeSpecificationHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
820handle = new TypeSpecificationHandle((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7525return new TypeSpecificationHandle(this);
13 references to TypeSpecificationHandle
System.Private.CoreLib (11)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
816public static uint Read(this NativeReader reader, uint offset, out TypeSpecificationHandle handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
5333private readonly TypeSpecificationHandle _handle; 5335internal TypeSpecification(MetadataReader reader, TypeSpecificationHandle handle) 5344public TypeSpecificationHandle Handle => _handle; 5372if (obj is TypeSpecificationHandle) 5373return _value == ((TypeSpecificationHandle)obj)._value; 5380public bool Equals(TypeSpecificationHandle handle) => _value == handle._value; 5386public static implicit operator Handle(TypeSpecificationHandle handle) 7523public TypeSpecificationHandle ToTypeSpecificationHandle(MetadataReader reader) 7913public TypeSpecification GetTypeSpecification(TypeSpecificationHandle handle)
System\Reflection\Runtime\General\TypeResolver.NativeFormat.cs (1)
60private static RuntimeTypeInfo? TryResolveTypeSignature(this TypeSpecificationHandle typeSpecHandle, MetadataReader reader, TypeContext typeContext, ref Exception? exception)
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
339private void EmitTypeSpecificationName(TypeSpecificationHandle typeSpecHandle, Flags flags)
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (1)
83public static string GetFullName(this TypeSpecificationHandle typeSpecHandle, MetadataReader reader)