1 instantiation of GenericLookupSignature
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunSymbolNodeFactory.cs (1)
170
new
GenericLookupSignature
(
4 references to GenericLookupSignature
ILCompiler.ReadyToRun (4)
Compiler\DependencyAnalysis\ReadyToRun\GenericLookupSignature.cs (2)
205
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
)