16 references to ERR_EnumeratorOverflow
Microsoft.CodeAnalysis.CSharp (2)
Errors\ErrorFacts.cs (1)
950
or ErrorCode.
ERR_EnumeratorOverflow
Symbols\Source\SourceEnumConstantSymbol.cs (1)
221
diagnostics.Add(ErrorCode.
ERR_EnumeratorOverflow
, this.GetFirstLocation(), this);
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (14)
Semantics\SemanticErrorTests.cs (14)
11187
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "C").WithArguments("E.C").WithLocation(5, 5),
11190
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "H").WithArguments("E.H").WithLocation(10, 5));
11207
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "B").WithArguments("N.E.B").WithLocation(3, 30),
11213
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "D").WithArguments("N.F.D").WithLocation(4, 57));
11232
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "J").WithArguments("S32.J").WithLocation(3, 84),
11235
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "J").WithArguments("S64.J").WithLocation(4, 87),
11238
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "G").WithArguments("U32.G").WithLocation(7, 61),
11241
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "G").WithArguments("U16.G").WithLocation(6, 65),
11244
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "G").WithArguments("U8.G").WithLocation(5, 60),
11247
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "J").WithArguments("S16.J").WithLocation(2, 90),
11250
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "J").WithArguments("S8.J").WithLocation(1, 89),
11253
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "G").WithArguments("U64.G").WithLocation(8, 63));
11272
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "E256").WithArguments("C.E256").WithLocation(3, 1443),
11275
Diagnostic(ErrorCode.
ERR_EnumeratorOverflow
, "E256").WithArguments("D.E256").WithLocation(4, 1451));