2 instantiations of TypeInstantiationSignatureHandle
System.Private.CoreLib (2)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
802
handle = new
TypeInstantiationSignatureHandle
((int)value);
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (1)
7515
return new
TypeInstantiationSignatureHandle
(this);
12 references to TypeInstantiationSignatureHandle
System.Private.CoreLib (10)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\MdBinaryReaderGen.cs (1)
798
public static uint Read(this NativeReader reader, uint offset, out
TypeInstantiationSignatureHandle
handle)
src\runtime\src\coreclr\tools\Common\Internal\Metadata\NativeFormat\NativeFormatReaderGen.cs (9)
5162
private readonly
TypeInstantiationSignatureHandle
_handle;
5164
internal TypeInstantiationSignature(MetadataReader reader,
TypeInstantiationSignatureHandle
handle)
5174
public
TypeInstantiationSignatureHandle
Handle => _handle;
5206
if (obj is
TypeInstantiationSignatureHandle
)
5207
return _value == ((
TypeInstantiationSignatureHandle
)obj)._value;
5214
public bool Equals(
TypeInstantiationSignatureHandle
handle) => _value == handle._value;
5220
public static implicit operator Handle(
TypeInstantiationSignatureHandle
handle)
7513
public
TypeInstantiationSignatureHandle
ToTypeInstantiationSignatureHandle(MetadataReader reader)
7903
public TypeInstantiationSignature GetTypeInstantiationSignature(
TypeInstantiationSignatureHandle
handle)
System.Private.StackTraceMetadata (1)
Internal\StackTraceMetadata\MethodNameFormatter.cs (1)
348
private void EmitTypeInstantiationName(
TypeInstantiationSignatureHandle
typeInstHandle, Flags flags)
System.Private.TypeLoader (1)
Internal\Runtime\TypeLoader\MetadataNameExtensions.cs (1)
93
public static string GetFullName(this
TypeInstantiationSignatureHandle
typeInstSigHandle, MetadataReader reader)