7 references to WRN_CallerLineNumberParamForUnconsumedLocation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
393
case ErrorCode.
WRN_CallerLineNumberParamForUnconsumedLocation
:
1504
case ErrorCode.
WRN_CallerLineNumberParamForUnconsumedLocation
:
Generated\ErrorFacts.Generated.cs (1)
151
case ErrorCode.
WRN_CallerLineNumberParamForUnconsumedLocation
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1057
diagnostics.Add(ErrorCode.
WRN_CallerLineNumberParamForUnconsumedLocation
, node.Name.Location, CSharpSyntaxNode.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (3)
Attributes\AttributeTests_CallerInfoAttributes.cs (3)
3198
Diagnostic(ErrorCode.
WRN_CallerLineNumberParamForUnconsumedLocation
, "CallerLineNumber").WithArguments("x").WithLocation(11, 23));
3227
Diagnostic(ErrorCode.
WRN_CallerLineNumberParamForUnconsumedLocation
, "CallerLineNumber").WithArguments("line"),
3443
Diagnostic(ErrorCode.
WRN_CallerLineNumberParamForUnconsumedLocation
, "CallerLineNumber").WithArguments("x").WithLocation(11, 23));