1 override of RecoverFromMismatchedEnd
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\BlockContexts\DeclarationContext.vb (1)
359Friend Overrides Function RecoverFromMismatchedEnd(statement As StatementSyntax) As BlockContext
1 reference to RecoverFromMismatchedEnd
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\BlockContexts\BlockContext.vb (1)
398Return RecoverFromMismatchedEnd(DirectCast(node, StatementSyntax))