3 references to ERR_DeconstructTooFewElements
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Deconstruct.cs (1)
272Error(diagnostics, ErrorCode.ERR_DeconstructTooFewElements, syntax);
Errors\ErrorFacts.cs (1)
1758or ErrorCode.ERR_DeconstructTooFewElements
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DeconstructionTests.cs (1)
3159Diagnostic(ErrorCode.ERR_DeconstructTooFewElements, "(var(x, y)) = 43").WithLocation(11, 9),