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)
428
case ErrorCode.
WRN_TupleBinopLiteralNameMismatch
:
1891
or ErrorCode.
WRN_TupleBinopLiteralNameMismatch
Generated\ErrorFacts.Generated.cs (1)
182
case ErrorCode.
WRN_TupleBinopLiteralNameMismatch
:
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (11)
CodeGen\CodeGenTupleEqualityTests.cs (11)
4887
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "x: 1").WithArguments("x").WithLocation(16, 25),
4890
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "y: 2").WithArguments("y").WithLocation(16, 31)
4900
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: 3").WithArguments("c").WithLocation(16, 27),
4903
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "x: 2").WithArguments("x").WithLocation(16, 41)
4910
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: 1").WithArguments("c").WithLocation(16, 29)
4916
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: 1").WithArguments("c").WithLocation(16, 35),
4919
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "b: 2").WithArguments("b").WithLocation(16, 25)
4925
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "c: null").WithArguments("c").WithLocation(16, 32),
4928
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "d: 2").WithArguments("d").WithLocation(16, 41)
5111
Diagnostic(ErrorCode.
WRN_TupleBinopLiteralNameMismatch
, "Bob: 0").WithArguments("Bob").WithLocation(7, 55),
5114
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
: