4 writes to _whileStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _whileStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
10993writer.WriteValue(Me._whileStatement)
11011Return Me._whileStatement
11039Return Me._whileStatement
11052Return new WhileBlockSyntax(Me.Kind, newErrors, GetAnnotations, _whileStatement, _statements, _endWhileStatement)
11056Return new WhileBlockSyntax(Me.Kind, GetDiagnostics, annotations, _whileStatement, _statements, _endWhileStatement)
38985Dim newWhileStatement = DirectCast(Visit(node._whileStatement), WhileStatementSyntax)
38986If node._whileStatement IsNot newWhileStatement Then anyChanges = True