27 references to DoStatement
Microsoft.CodeAnalysis.VisualBasic (20)
Lowering\LocalRewriter\LocalRewriter_DoLoop.vb (10)
73doResumeLabel = RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget(syntax.DoStatement)
77Dim start As BoundStatement = New BoundLabelStatement(syntax.DoStatement, startLabel)
117syntax.DoStatement,
131New BoundLabelStatement(syntax.DoStatement, node.ContinueLabel),
133New BoundLabelStatement(syntax.DoStatement, node.ExitLabel)
157doResumeLabel = RegisterUnstructuredExceptionHandlingNonThrowingResumeTarget(syntax.DoStatement)
161Dim start As BoundStatement = New BoundLabelStatement(syntax.DoStatement, startLabel)
199New BoundLabelStatement(syntax.DoStatement, node.ContinueLabel),
200New BoundGotoStatement(syntax.DoStatement, startLabel, Nothing),
201New BoundLabelStatement(syntax.DoStatement, node.ExitLabel)
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (1)
Microsoft.CodeAnalysis.VisualBasic.Features (4)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (1)
Roslyn.Diagnostics.VisualBasic.Analyzers (1)