1 write to Method
ILCompiler.Compiler (1)
Compiler\Compilation.cs (1)
701
=> (ConstrainedType,
Method
) = (constrainedType, method);
8 references to Method
ILCompiler.Compiler (8)
Compiler\Compilation.cs (6)
266
return ((ConstrainedCallInfo)targetOfLookup).
Method
.IsRuntimeDeterminedExactMethod
706
result = comparer.Compare(
Method
, other.
Method
);
712
&&
Method
== other.
Method
;
714
public override int GetHashCode() => HashCode.Combine(ConstrainedType,
Method
);
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (2)
90
((ConstrainedCallInfo)target).
Method
,
92
directCall: !((ConstrainedCallInfo)target).
Method
.HasInstantiation);