2 references to ConstrainedMethodUseKey
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
213
return _constrainedMethodUses.GetOrAdd(new
ConstrainedMethodUseKey
(constrainedMethod, constraintType, directCall));
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
462
return _constrainedMethodUseSlots.GetOrAdd(new
ConstrainedMethodUseKey
(constrainedMethod, constraintType, directCall));