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