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