1 write to _pNameUsedInPositionalArgument
Microsoft.CSharp (1)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
763_pNameUsedInPositionalArgument ??= name;
2 references to _pNameUsedInPositionalArgument
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (2)
1204if (_pNameUsedInPositionalArgument != null) 1206return ErrorHandling.Error(ErrorCode.ERR_NamedArgumentUsedInPositional, _pNameUsedInPositionalArgument);