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