1 instantiation of DelayLoadMethodImport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
685return new DelayLoadMethodImport(
5 references to DelayLoadMethodImport
ILCompiler.ReadyToRun (5)
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)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3673if (node is not DelayLoadMethodImport imp) 3676Debug.Assert(imp.GetType() == typeof(DelayLoadMethodImport));