1 write to ConstrainedType
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
706=> (ConstrainedType, Method) = (constrainedType, method);
7 references to ConstrainedType
ILCompiler.Compiler (7)
Compiler\Compilation.cs (6)
267|| ((ConstrainedCallInfo)targetOfLookup).ConstrainedType.IsRuntimeDeterminedSubtype; 709int result = comparer.Compare(ConstrainedType, other.ConstrainedType); 716&& ConstrainedType == other.ConstrainedType 719public override int GetHashCode() => HashCode.Combine(ConstrainedType, Method);
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (1)
91((ConstrainedCallInfo)target).ConstrainedType,