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