7 writes to _simplifyAllDescendants
Microsoft.CodeAnalysis.VisualBasic.Workspaces (7)
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (7)
35Me._simplifyAllDescendants = False 55Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 74Me._simplifyAllDescendants = savedSimplifyAllDescendants 95Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse token.HasAnnotation(Simplifier.Annotation) 105Me._simplifyAllDescendants = savedSimplifyAllDescendants 160Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 178Me._simplifyAllDescendants = savedSimplifyAllDescendants
15 references to _simplifyAllDescendants
Microsoft.CodeAnalysis.VisualBasic.Workspaces (15)
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (15)
45If Me._simplifyAllDescendants Then 54Dim savedSimplifyAllDescendants = Me._simplifyAllDescendants 55Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 58If Me._simplifyAllDescendants OrElse node.DescendantNodesAndTokens(s_containsAnnotations, descendIntoTrivia:=True).Any(s_hasSimplifierAnnotation) Then 61Me._nodesAndTokensToReduce.Add(New NodeOrTokenToReduce(rewrittenNode, _simplifyAllDescendants, node)) 67Me._simplifyAllDescendants Then 85If Me._simplifyAllDescendants Then 94Dim savedSimplifyAllDescendants = Me._simplifyAllDescendants 95Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse token.HasAnnotation(Simplifier.Annotation) 97If Me._simplifyAllDescendants AndAlso Not Me._insideSpeculatedNode AndAlso token.Kind <> SyntaxKind.None Then 150If Me._simplifyAllDescendants Then 159Dim savedSimplifyAllDescendants = Me._simplifyAllDescendants 160Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 169If Me._simplifyAllDescendants OrElse 174Me._nodesAndTokensToReduce.Add(New NodeOrTokenToReduce(rewrittenNode, Me._simplifyAllDescendants, node))