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