7 references to WRN_CallerFilePathParamForUnconsumedLocation
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
407
case ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
:
1566
or ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
Generated\ErrorFacts.Generated.cs (1)
152
case ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1093
diagnostics.Add(ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
, node.Name.Location, ParameterSyntax.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (2)
Attributes\AttributeTests_CallerInfoAttributes.cs (1)
3233
Diagnostic(ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
, "CallerFilePath").WithArguments("path"));
PartialEventsAndConstructorsTests.cs (1)
3546
Diagnostic(ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
, "CallerFilePath").WithArguments("b").WithLocation(23, 10),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (1)
Symbols\PartialPropertiesTests.cs (1)
4485
Diagnostic(ErrorCode.
WRN_CallerFilePathParamForUnconsumedLocation
, "CallerFilePath").WithArguments("filePath").WithLocation(13, 37));