4 writes to _loopStatement
Microsoft.CodeAnalysis.VisualBasic (4)
7 references to _loopStatement
Microsoft.CodeAnalysis.VisualBasic (7)
Generated\Syntax.xml.Internal.Generated.vb (7)
16548writer.WriteValue(Me._loopStatement)
16585Return Me._loopStatement
16596Return Me._loopStatement
16605Return new DoLoopBlockSyntax(Me.Kind, newErrors, GetAnnotations, _doStatement, _statements, _loopStatement)
16609Return new DoLoopBlockSyntax(Me.Kind, GetDiagnostics, annotations, _doStatement, _statements, _loopStatement)
39627Dim newLoopStatement = DirectCast(Visit(node._loopStatement), LoopStatementSyntax)
39628If node._loopStatement IsNot newLoopStatement Then anyChanges = True