9 references to WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
511
case ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
:
2225
or ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
Generated\ErrorFacts.Generated.cs (1)
280
case ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1255
diagnostics.Add(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, arguments.AttributeSyntaxOpt.Location);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (4)
Semantics\InterpolationTests.cs (2)
17425
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument("""")").WithLocation(4, 12 + mod.Length),
17455
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument(""i"")").WithLocation(5, 19 + mod.Length)
Semantics\RawInterpolationTests_Handler.cs (2)
12823
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument("""")").WithLocation(4, 12 + mod.Length),
12854
Diagnostic(ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
, @"InterpolatedStringHandlerArgument(""i"")").WithLocation(5, 19 + mod.Length));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
403
case ErrorCode.
WRN_InterpolatedStringHandlerArgumentAttributeIgnoredOnLambdaParameters
: