1 write to _constrainedType
ILCompiler.Compiler (1)
Compiler\DelegateCreationInfo.cs (1)
185_constrainedType = constrainedType;
13 references to _constrainedType
ILCompiler.Compiler (13)
Compiler\DelegateCreationInfo.cs (13)
48Debug.Assert(_constrainedType == null); 97Debug.Assert(_targetMethod.IsRuntimeDeterminedExactMethod || _constrainedType.IsRuntimeDeterminedSubtype); 126return factory.GenericLookup.ConstrainedMethodUse(_targetMethod, _constrainedType, directCall: !_targetMethod.HasInstantiation); 315if (_constrainedType != null) 318nameMangler.GetMangledTypeName(_constrainedType); 333&& _constrainedType == other._constrainedType 358if (_constrainedType != null && other._constrainedType != null) 360compare = comparer.Compare(_constrainedType, other._constrainedType); 366if (_constrainedType != null) 368if (other._constrainedType != null)