3 references to ERR_InvalidNamedArgument
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
978
or ErrorCode.
ERR_InvalidNamedArgument
Errors\MessageProvider.cs (1)
267
diagnostics.Add(ErrorCode.
ERR_InvalidNamedArgument
, node.ArgumentList.Arguments[namedArgumentIndex].Location, parameterName);
Symbols\Source\SourceMethodSymbolWithAttributes.cs (1)
877
diagnostics.Add(ErrorCode.
ERR_InvalidNamedArgument
, arguments.AttributeSyntaxOpt.ArgumentList.Arguments[position].Location, namedArg.Key);