3 references to ERR_CannotDeconstructDynamic
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Deconstruct.cs (1)
624
Error(diagnostics, ErrorCode.
ERR_CannotDeconstructDynamic
, rightSyntax);
Errors\ErrorFacts.cs (1)
1757
or ErrorCode.
ERR_CannotDeconstructDynamic
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\DeconstructionTests.cs (1)
1529
Diagnostic(ErrorCode.
ERR_CannotDeconstructDynamic
, "c").WithLocation(10, 28)