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)
290TypeArray pta1 = RearrangeNamedArguments(node1.@params, mpwi1, pTypeThrough, args); 291TypeArray pta2 = RearrangeNamedArguments(node2.@params, mpwi2, pTypeThrough, args);
Microsoft\CSharp\RuntimeBinder\Semantics\ExpressionBinder.cs (2)
641call = BindLiftedUDUnop(arg, pmethBest.@params[0], pmethBest.mpwi); 645call = BindUDUnopCall(arg, pmethBest.@params[0], pmethBest.mpwi);
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
330if (pAmbig1.@params != pAmbig2.@params ||
Microsoft\CSharp\RuntimeBinder\Semantics\Operators.cs (2)
2574return BindLiftedUDBinop(ek, arg1, arg2, pmethBest.@params, pmethBest.mpwi); 2579return BindUDBinopCall(arg1, arg2, pmethBest.@params, typeRetRaw, pmethBest.mpwi);