12 references to WRN_CallerLineNumberPreferredOverCallerFilePath
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
411
case ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
:
1638
or ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
Generated\ErrorFacts.Generated.cs (1)
160
case ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1111
diagnostics.Add(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, node.Name.Location, ParameterSyntax.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit3.UnitTests (7)
Attributes\AttributeTests_CallerInfoAttributes.cs (7)
5234
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5243
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5246
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5255
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5258
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5267
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"));
5304
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("s").WithLocation(8, 38),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
265
case ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
: