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