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)
1204
if (
_pNameUsedInPositionalArgument
!= null)
1206
return ErrorHandling.Error(ErrorCode.ERR_NamedArgumentUsedInPositional,
_pNameUsedInPositionalArgument
);