1 instantiation of DelayLoadMethodImport
ILCompiler.ReadyToRun (1)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
515
return new
DelayLoadMethodImport
(
6 references to DelayLoadMethodImport
ILCompiler.ReadyToRun (6)
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)
Compiler\DependencyAnalysis\ReadyToRunCodegenNodeFactory.cs (1)
551
if (methodCodeNodeDebug == null && methodNodeDebug is
DelayLoadMethodImport
DelayLoadMethodImport)
JitInterface\CorInfoImpl.ReadyToRun.cs (2)
3464
if (node is not
DelayLoadMethodImport
imp)
3467
Debug.Assert(imp.GetType() == typeof(
DelayLoadMethodImport
));