1 write to _constrainedMethodUses
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
95
_constrainedMethodUses
= new NodeCache<ConstrainedMethodUseKey, GenericLookupResult>(constrainedMethodUse =>
1 reference to _constrainedMethodUses
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
213
return
_constrainedMethodUses
.GetOrAdd(new ConstrainedMethodUseKey(constrainedMethod, constraintType, directCall));