7 writes to _simplifyAllDescendants
Microsoft.CodeAnalysis.VisualBasic.Workspaces (7)
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (7)
38Me._simplifyAllDescendants = False 58Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 77Me._simplifyAllDescendants = savedSimplifyAllDescendants 98Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse token.HasAnnotation(Simplifier.Annotation) 108Me._simplifyAllDescendants = savedSimplifyAllDescendants 163Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 181Me._simplifyAllDescendants = savedSimplifyAllDescendants
15 references to _simplifyAllDescendants
Microsoft.CodeAnalysis.VisualBasic.Workspaces (15)
Simplification\VisualBasicSimplificationService.NodesAndTokensToReduceComputer.vb (15)
48If Me._simplifyAllDescendants Then 57Dim savedSimplifyAllDescendants = Me._simplifyAllDescendants 58Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 61If Me._simplifyAllDescendants OrElse node.DescendantNodesAndTokens(s_containsAnnotations, descendIntoTrivia:=True).Any(s_hasSimplifierAnnotation) Then 64Me._nodesAndTokensToReduce.Add(New NodeOrTokenToReduce(rewrittenNode, _simplifyAllDescendants, node)) 70Me._simplifyAllDescendants Then 88If Me._simplifyAllDescendants Then 97Dim savedSimplifyAllDescendants = Me._simplifyAllDescendants 98Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse token.HasAnnotation(Simplifier.Annotation) 100If Me._simplifyAllDescendants AndAlso Not Me._insideSpeculatedNode AndAlso token.Kind <> SyntaxKind.None Then 153If Me._simplifyAllDescendants Then 162Dim savedSimplifyAllDescendants = Me._simplifyAllDescendants 163Me._simplifyAllDescendants = Me._simplifyAllDescendants OrElse node.HasAnnotation(Simplifier.Annotation) 172If Me._simplifyAllDescendants OrElse 177Me._nodesAndTokensToReduce.Add(New NodeOrTokenToReduce(rewrittenNode, Me._simplifyAllDescendants, node))