48 references to ERR_TupleTooFewElements
Microsoft.CodeAnalysis.CSharp (3)
Errors\ErrorFacts.cs (1)
1686case ErrorCode.ERR_TupleTooFewElements:
Parser\LanguageParser.cs (2)
7111var missing = this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TupleTooFewElements); 11533this.AddError(this.CreateMissingIdentifierName(), ErrorCode.ERR_TupleTooFewElements)));
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (8)
CodeGen\CodeGenDeconstructTests.cs (1)
4979Diagnostic(ErrorCode.ERR_TupleTooFewElements, "1").WithLocation(4, 19),
CodeGen\CodeGenExprLambdaTests.cs (4)
3723Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(2, 71), 3744Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(2, 94), 3770Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(2, 71), 3791Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(2, 94),
CodeGen\CodeGenTupleTest.cs (3)
25082Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 20), 25085Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 31) 25116Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 25)
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (6)
Semantics\AnonymousFunctionTests.cs (1)
1331Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(6, 40),
Semantics\LambdaTests.cs (1)
6913Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 43),
Semantics\ReadOnlyStructsTests.cs (1)
2145Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(6, 22),
Semantics\RecordStructTests.cs (1)
9745Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(11, 31),
Semantics\RefFieldTests.cs (1)
11242Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(2, 25),
Semantics\TopLevelStatementsTests.cs (1)
641Diagnostic(ErrorCode.ERR_TupleTooFewElements, @"""Hi!""").WithLocation(4, 30),
Microsoft.CodeAnalysis.CSharp.Symbol.UnitTests (5)
Symbols\AssemblyAndNamespaceTests.cs (1)
628Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(3, 26),
Symbols\Source\FieldTests.cs (2)
294Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 44), 362Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 44),
Symbols\SymbolErrorTests.cs (2)
1138Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 16), 1192Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 16),
Microsoft.CodeAnalysis.CSharp.Syntax.UnitTests (26)
Parsing\AnonymousFunctionParsingTests.cs (2)
1997Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(1, 53), 2025Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(1, 53),
Parsing\DeclarationScopeParsingTests.cs (2)
11621Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(1, 23), 11736Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(1, 27),
Parsing\ParserErrorMessageTests.cs (7)
54Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(9, 20), 2873Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 42), 2937Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 42), 2975Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 42), 4687Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(3, 47), 4749Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(3, 47), 4781Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(3, 47),
Parsing\RefReadonlyTests.cs (1)
437Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 55),
Parsing\SeparatedSyntaxListParsingTests.cs (6)
333Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 13), 342Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 15), 679Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 13), 688Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 15), 741Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 13), 750Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(5, 15),
Parsing\StatementAttributeParsingTests.cs (1)
7448Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 16),
Parsing\StatementParsingTests.cs (1)
3931Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(1, 13)
Parsing\TopLevelStatementsParsingTests.cs (1)
660Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 20),
Parsing\ValueTupleTests.cs (5)
509Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 20), 512Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 31) 616Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 26), 717Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 22)); 725Diagnostic(ErrorCode.ERR_TupleTooFewElements, ")").WithLocation(4, 22));