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