1 write to _constraintType
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\GenericLookupResult.cs (1)
1059_constraintType = constraintType;
10 references to _constraintType
ILCompiler.Compiler (10)
Compiler\DependencyAnalysis\GenericLookupResult.cs (10)
1062Debug.Assert(_constraintType.IsRuntimeDeterminedSubtype || _constrainedMethod.IsRuntimeDeterminedExactMethod, "Concrete type in a generic dictionary?"); 1085TypeDesc instantiatedConstraintType = _constraintType.GetNonRuntimeDeterminedTypeFromRuntimeDeterminedSubtypeViaSubstitution(dictionary.TypeInstantiation, dictionary.MethodInstantiation); 1146sb.Append(nameMangler.GetMangledTypeName(_constraintType)); 1152public override string ToString() => $"ConstrainedMethodUseLookupResult: {_constraintType} {_constrainedMethod} {_directCall}"; 1156return factory.NativeLayout.ConstrainedMethodUse(_constrainedMethod, _constraintType, _directCall); 1166result = comparer.Compare(_constraintType, otherResult._constraintType); 1175return _constrainedMethod.GetHashCode() * 13 + _constraintType.GetHashCode(); 1182_constraintType == other._constraintType &&