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