1 instantiation of DelayLoadMethodImport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
515return new DelayLoadMethodImport(
6 references to DelayLoadMethodImport
ILCompiler.ReadyToRun (6)
Compiler\DependencyAnalysis\ReadyToRun\DelayLoadMethodImport.cs (3)
55if ((_localMethod != null) && (((DelayLoadMethodImport)other)._localMethod != null)) 57int result = comparer.Compare(_localMethod, ((DelayLoadMethodImport)other)._localMethod); 63else if (((DelayLoadMethodImport)other)._localMethod != null)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
551if (methodCodeNodeDebug == null && methodNodeDebug is DelayLoadMethodImport DelayLoadMethodImport)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3464if (node is not DelayLoadMethodImport imp) 3467Debug.Assert(imp.GetType() == typeof(DelayLoadMethodImport));