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)
266return ((ConstrainedCallInfo)targetOfLookup).Method.IsRuntimeDeterminedExactMethod 706result = comparer.Compare(Method, other.Method); 712&& Method == other.Method; 714public override int GetHashCode() => HashCode.Combine(ConstrainedType, Method);
Compiler\DependencyAnalysis\ReadyToRunGenericHelperNode.cs (2)
90((ConstrainedCallInfo)target).Method, 92directCall: !((ConstrainedCallInfo)target).Method.HasInstantiation);