1 write to ConstrainedMethod
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (1)
223
ConstrainedMethod
= constrainedMethod;
5 references to ConstrainedMethod
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NodeFactory.GenericLookups.cs (4)
97
return new ConstrainedMethodUseLookupResult(constrainedMethodUse.
ConstrainedMethod
, constrainedMethodUse.ConstraintType, constrainedMethodUse.DirectCall);
234
return ConstraintType.GetHashCode() ^
ConstrainedMethod
.GetHashCode() ^ DirectCall.GetHashCode();
246
if (
ConstrainedMethod
!= other.
ConstrainedMethod
)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
142
return new NativeLayoutConstrainedMethodDictionarySlotNode(constrainedMethodUse.
ConstrainedMethod
, constrainedMethodUse.ConstraintType, constrainedMethodUse.DirectCall);