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)
48
Debug.Assert(
_constrainedType
== null);
97
Debug.Assert(_targetMethod.IsRuntimeDeterminedExactMethod ||
_constrainedType
.IsRuntimeDeterminedSubtype);
126
return factory.GenericLookup.ConstrainedMethodUse(_targetMethod,
_constrainedType
, directCall: !_targetMethod.HasInstantiation);
315
if (
_constrainedType
!= null)
318
nameMangler.GetMangledTypeName(
_constrainedType
);
333
&&
_constrainedType
== other.
_constrainedType
358
if (
_constrainedType
!= null && other.
_constrainedType
!= null)
360
compare = comparer.Compare(
_constrainedType
, other.
_constrainedType
);
366
if (
_constrainedType
!= null)
368
if (other.
_constrainedType
!= null)