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