5 references to WRN_CallerFilePathParamForUnconsumedLocation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
394
case ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
:
1505
case ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
:
Generated\ErrorFacts.Generated.cs (1)
152
case ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1085
diagnostics.Add(ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
, node.Name.Location, CSharpSyntaxNode.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (1)
Attributes\AttributeTests_CallerInfoAttributes.cs (1)
3233
Diagnostic(ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
, "CallerFilePath").WithArguments("path"));