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