2 references to Plain
Microsoft.CodeAnalysis.VisualBasic (2)
BoundTree\BoundResumeStatement.vb (1)
20
Me.New(syntax, If(isNext, ResumeStatementKind.Next, ResumeStatementKind.
Plain
), Nothing, Nothing)
Lowering\LocalRewriter\LocalRewriter_UnstructuredExceptionHandling.vb (1)
435
Debug.Assert(node.ResumeKind = ResumeStatementKind.
Plain
)