2 references to ERR_NamedArgumentUsedInPositional
Microsoft.CSharp (2)
Microsoft\CSharp\RuntimeBinder\Errors\ErrorFacts.cs (1)
187
case ErrorCode.
ERR_NamedArgumentUsedInPositional
:
Microsoft\CSharp\RuntimeBinder\Semantics\GroupToArgsBinder.cs (1)
1206
return ErrorHandling.Error(ErrorCode.
ERR_NamedArgumentUsedInPositional
, _pNameUsedInPositionalArgument);