4 writes to _endWhileStatement
Microsoft.CodeAnalysis.VisualBasic (4)
Generated\Syntax.xml.Internal.Generated.vb (4)
10934Me._endWhileStatement = endWhileStatement 10950Me._endWhileStatement = endWhileStatement 10965Me._endWhileStatement = endWhileStatement 10985Me._endWhileStatement = _endWhileStatement
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