1 implementation of GetTypeDefOrRefHandleForTypeDesc
ILCompiler.ReadyToRun (1)
Compiler\ReadyToRunStandaloneMethodMetadata.cs (1)
218public EntityHandle GetTypeDefOrRefHandleForTypeDesc(TypeDesc type)
2 references to GetTypeDefOrRefHandleForTypeDesc
ILCompiler.TypeSystem (2)
parent\parent\Common\TypeSystem\Ecma\EcmaSignatureEncoder.cs (2)
163encoder.GenericInstantiation(_entityHandleProvider.GetTypeDefOrRefHandleForTypeDesc(type.GetTypeDefinition()), type.Instantiation.Length, type.IsValueType); 170encoder.Type(_entityHandleProvider.GetTypeDefOrRefHandleForTypeDesc(type), type.IsValueType);