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