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