1 instantiation of NativeLayoutConstrainedMethodDictionarySlotNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
142
return new
NativeLayoutConstrainedMethodDictionarySlotNode
(constrainedMethodUse.ConstrainedMethod, constrainedMethodUse.ConstraintType, constrainedMethodUse.DirectCall);
3 references to NativeLayoutConstrainedMethodDictionarySlotNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
140
_constrainedMethodUseSlots = new NodeCache<ConstrainedMethodUseKey,
NativeLayoutConstrainedMethodDictionarySlotNode
>(constrainedMethodUse =>
459
private NodeCache<ConstrainedMethodUseKey,
NativeLayoutConstrainedMethodDictionarySlotNode
> _constrainedMethodUseSlots;
460
public
NativeLayoutConstrainedMethodDictionarySlotNode
ConstrainedMethodUse(MethodDesc constrainedMethod, TypeDesc constraintType, bool directCall)