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