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