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