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