12 references to WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
509
case ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
:
2200
or ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
Generated\ErrorFacts.Generated.cs (1)
272
case ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1437
diagnostics.Add(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, arguments.AttributeSyntaxOpt.Location, parameter.Name, this.Name);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\InterpolationTests.cs (4)
7837
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(6, 27)
7853
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(6, 27)
7993
Diagnostic(ErrorCode.
WRN_ParameterOccursAfterInterpolatedStringHandlerParameter
, @"InterpolatedStringHandlerArgumentAttribute(""i"")").WithArguments("i", "c").WithLocation(8, 27)
8031
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