1 instantiation of GenericLookupSignature
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
170
new
GenericLookupSignature
(
5 references to GenericLookupSignature
ILCompiler.ReadyToRun (5)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadHelperImport.cs (1)
44
if (instanceSignature is
GenericLookupSignature
)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (2)
185
GenericLookupSignature
otherNode = (
GenericLookupSignature
)other;
Compiler\DependencyAnalysis\ReadyToRun\WasmImportThunkPortableEntrypoint.cs (2)
26
Debug.Assert(import.Signature is MethodFixupSignature || import.Signature is
GenericLookupSignature
);
79
if (_import.Signature is
GenericLookupSignature
)