2 instantiations of UnboxingStubNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\ILScanNodeFactory.cs (1)
60
return new
UnboxingStubNode
(method);
ILCompiler.RyuJit (1)
Compiler\DependencyAnalysis\RyuJitNodeFactory.cs (1)
68
return new
UnboxingStubNode
(method);
2 references to UnboxingStubNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\ExternMethodSymbolNode.cs (1)
18
: base(isUnboxing ?
UnboxingStubNode
.GetMangledName(factory.NameMangler, method) :
Compiler\DependencyAnalysis\UnboxingStubNode.cs (1)
55
return comparer.Compare(Method, ((
UnboxingStubNode
)other).Method);