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