12 references to WRN_CallerLineNumberPreferredOverCallerFilePath
Microsoft.CodeAnalysis.CSharp (4)
Errors\ErrorFacts.cs (2)
398
case ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
:
1577
case ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
:
Generated\ErrorFacts.Generated.cs (1)
160
case ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
:
Symbols\Source\SourceComplexParameterSymbol.cs (1)
1103
diagnostics.Add(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, node.Name.Location, CSharpSyntaxNode.Identifier.ValueText);
Microsoft.CodeAnalysis.CSharp.Emit2.UnitTests (7)
Attributes\AttributeTests_CallerInfoAttributes.cs (7)
5221
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5230
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5233
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5242
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5245
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"),
5254
Diagnostic(ErrorCode.
WRN_CallerLineNumberPreferredOverCallerFilePath
, "CallerFilePath").WithArguments("o"));
5291
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
: