8 references to WRN_CallerArgumentExpressionParamForUnconsumedLocation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
503case ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation: 2219or ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation
Generated\ErrorFacts.Generated.cs (1)
278case ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1199diagnostics.Add(ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation, node.Name.Location, ParameterSyntax.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
PartialEventsAndConstructorsTests.cs (1)
3552Diagnostic(ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation, "CallerArgumentExpression").WithArguments("d").WithLocation(25, 10)
Semantics\ExtensionTests2.cs (1)
34677Diagnostic(ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation, "System.Runtime.CompilerServices.CallerArgumentExpression").WithArguments("c2").WithLocation(5, 43),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\PartialPropertiesTests.cs (1)
4671Diagnostic(ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation, "CallerArgumentExpression").WithArguments("argumentExpression").WithLocation(28, 37));
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
296case ErrorCode.WRN_CallerArgumentExpressionParamForUnconsumedLocation: