12 references to WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
510
case ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
:
2202
or ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
Generated\ErrorFacts.Generated.cs (1)
273
case ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1389
diagnostics.Add(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, arguments.AttributeSyntaxOpt.Location, parameter.Name, this.Name);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterpolationTests.cs (4)
7706
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(6, 27)
7722
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(6, 27)
7862
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(8, 27)
7900
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(8, 27)
Semantics\RawInterpolationTests_Handler.cs (2)
6032
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(expression.Contains('+') ? 12 : 10, 27));
6074
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(expression.Contains('+') ? 12 : 10, 27));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (2)
Diagnostics\DiagnosticTest.cs (2)
295
case ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
:
546
ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter