9 references to WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
498
case ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
:
2168
case ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
:
Generated\ErrorFacts.Generated.cs (1)
280
case ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1249
diagnostics.Add(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, errorLocation);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\InterpolationTests.cs (2)
16416
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument("""")").WithLocation(4, 12 + mod.Length),
16446
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument(""i"")").WithLocation(5, 19 + mod.Length)
Semantics\RawInterpolationTests_Handler.cs (2)
12791
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument("""")").WithLocation(4, 12 + mod.Length),
12822
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument(""i"")").WithLocation(5, 19 + mod.Length));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
381
case ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
: