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)
1372
diagnostics.Add(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, arguments.AttributeSyntaxOpt.Location, parameter.Name, this.Name);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterpolationTests.cs (4)
7705
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(6, 27)
7721
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(6, 27)
7861
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(8, 27)
7899
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(8, 27)
Semantics\RawInterpolationTests_Handler.cs (2)
6031
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(expression.Contains('+') ? 12 : 10, 27));
6073
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