4 writes to _endWhileStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _endWhileStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
10995writer.WriteValue(Me._endWhileStatement)
11032Return Me._endWhileStatement
11043Return Me._endWhileStatement
11052Return new WhileBlockSyntax(Me.Kind, newErrors, GetAnnotations, _whileStatement, _statements, _endWhileStatement)
11056Return new WhileBlockSyntax(Me.Kind, GetDiagnostics, annotations, _whileStatement, _statements, _endWhileStatement)
38989Dim newEndWhileStatement = DirectCast(Visit(node._endWhileStatement), EndBlockStatementSyntax)
38990If node._endWhileStatement IsNot newEndWhileStatement Then anyChanges = True