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)
47
Debug.Assert(
_constrainedType
== null);
95
Debug.Assert(_targetMethod.IsRuntimeDeterminedExactMethod ||
_constrainedType
.IsRuntimeDeterminedSubtype);
121
return factory.GenericLookup.ConstrainedMethodUse(_targetMethod,
_constrainedType
, directCall: !_targetMethod.HasInstantiation);
307
if (
_constrainedType
!= null)
310
nameMangler.GetMangledTypeName(
_constrainedType
);
325
&&
_constrainedType
== other.
_constrainedType
350
if (
_constrainedType
!= null && other.
_constrainedType
!= null)
352
compare = comparer.Compare(
_constrainedType
, other.
_constrainedType
);
358
if (
_constrainedType
!= null)
360
if (other.
_constrainedType
!= null)