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