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