1 implementation of DeconstructSymbol
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9275public ISymbol? DeconstructSymbol { get; }
5 references to DeconstructSymbol
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
7705operation.DeconstructSymbol,
Microsoft.CodeAnalysis.Test.Utilities (4)
Compilation\OperationTreeVerifier.cs (2)
2026LogSymbol(operation.DeconstructSymbol, $", {nameof(operation.DeconstructSymbol)}");
Compilation\TestOperationVisitor.cs (2)
1489switch (operation.DeconstructSymbol) 1503Assert.True(false, $"Unexpected symbol {operation.DeconstructSymbol}");