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