16 references to WRN_TupleBinopLiteralNameMismatch
Microsoft.CodeAnalysis.CSharp (4)
Binder\Binder_TupleOperators.cs (1)
321
diagnostics.Add(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, location, complaintName);
Errors\ErrorFacts.cs (2)
415
case ErrorCode.
WRN_TupleBinopLiteralNameMismatch
:
1832
case ErrorCode.
WRN_TupleBinopLiteralNameMismatch
:
Generated\ErrorFacts.Generated.cs (1)
182
case ErrorCode.
WRN_TupleBinopLiteralNameMismatch
:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (11)
CodeGen\CodeGenTupleEqualityTests.cs (11)
4908
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "x: 1").WithArguments("x").WithLocation(16, 25),
4911
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "y: 2").WithArguments("y").WithLocation(16, 31)
4921
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: 3").WithArguments("c").WithLocation(16, 27),
4924
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "x: 2").WithArguments("x").WithLocation(16, 41)
4931
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: 1").WithArguments("c").WithLocation(16, 29)
4937
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: 1").WithArguments("c").WithLocation(16, 35),
4940
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "b: 2").WithArguments("b").WithLocation(16, 25)
4946
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: null").WithArguments("c").WithLocation(16, 32),
4949
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "d: 2").WithArguments("d").WithLocation(16, 41)
5132
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "Bob: 0").WithArguments("Bob").WithLocation(7, 55),
5135
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "Other: 2").WithArguments("Other").WithLocation(7, 67)
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (1)
Diagnostics\DiagnosticTest.cs (1)
280
case ErrorCode.
WRN_TupleBinopLiteralNameMismatch
: