3 references to VisitPreservingTupleOperations
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (3)
4682
return new DeconstructionAssignmentOperation(
VisitPreservingTupleOperations
(operation.LoopControlVariable),
6713
return new DeclarationExpressionOperation(
VisitPreservingTupleOperations
(operation.Expression), semanticModel: null, operation.Syntax, operation.Type, IsImplicit(operation));
6742
return
VisitPreservingTupleOperations
(operation);