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