10 references to ERR_TupleReservedElementNameAnyPosition
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
801
Error(diagnostics, ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, syntax, name);
Errors\ErrorFacts.cs (1)
1750
or ErrorCode.
ERR_TupleReservedElementNameAnyPosition
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (8)
CodeGen\CodeGenTupleTest.cs (8)
3131
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "Rest").WithArguments("Rest").WithLocation(6, 100),
3140
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "Rest").WithArguments("Rest").WithLocation(6, 189)
3161
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "CompareTo").WithArguments("CompareTo").WithLocation(6, 18),
3164
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "Deconstruct").WithArguments("Deconstruct").WithLocation(6, 43),
3167
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "Equals").WithArguments("Equals").WithLocation(6, 59),
3170
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "GetHashCode").WithArguments("GetHashCode").WithLocation(6, 70),
3173
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "Rest").WithArguments("Rest").WithLocation(6, 86),
3176
Diagnostic(ErrorCode.
ERR_TupleReservedElementNameAnyPosition
, "ToString").WithArguments("ToString").WithLocation(6, 95)