1 write to @params
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\CandidateFunctionMember.cs (1)
12this.@params = @params;
8 references to @params
Microsoft.CSharp (8)
Microsoft\CSharp\RuntimeBinder\Semantics\Binding\Better.cs (2)
293TypeArray pta1 = RearrangeNamedArguments(node1.@params, mpwi1, pTypeThrough, args); 294TypeArray pta2 = RearrangeNamedArguments(node2.@params, mpwi2, pTypeThrough, args);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
653call = BindLiftedUDUnop(arg, pmethBest.@params[0], pmethBest.mpwi); 657call = BindUDUnopCall(arg, pmethBest.@params[0], pmethBest.mpwi);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
331if (pAmbig1.@params != pAmbig2.@params ||
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2637return BindLiftedUDBinop(ek, arg1, arg2, pmethBest.@params, pmethBest.mpwi); 2642return BindUDBinopCall(arg1, arg2, pmethBest.@params, typeRetRaw, pmethBest.mpwi);