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