1 write to _constrainedMethodUseSlots
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
140
_constrainedMethodUseSlots
= new NodeCache<ConstrainedMethodUseKey, NativeLayoutConstrainedMethodDictionarySlotNode>(constrainedMethodUse =>
1 reference to _constrainedMethodUseSlots
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
462
return
_constrainedMethodUseSlots
.GetOrAdd(new ConstrainedMethodUseKey(constrainedMethod, constraintType, directCall));