1 write to _constrainedType
ILCompiler.Compiler (1)
Compiler\DelegateCreationInfo.cs (1)
177_constrainedType = constrainedType;
13 references to _constrainedType
ILCompiler.Compiler (13)
Compiler\DelegateCreationInfo.cs (13)
47Debug.Assert(_constrainedType == null); 95Debug.Assert(_targetMethod.IsRuntimeDeterminedExactMethod || _constrainedType.IsRuntimeDeterminedSubtype); 121return factory.GenericLookup.ConstrainedMethodUse(_targetMethod, _constrainedType, directCall: !_targetMethod.HasInstantiation); 307if (_constrainedType != null) 310nameMangler.GetMangledTypeName(_constrainedType); 325&& _constrainedType == other._constrainedType 350if (_constrainedType != null && other._constrainedType != null) 352compare = comparer.Compare(_constrainedType, other._constrainedType); 358if (_constrainedType != null) 360if (other._constrainedType != null)