Base:
method
RecoverFromMismatchedEnd
Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.BlockContext.RecoverFromMismatchedEnd(Microsoft.CodeAnalysis.VisualBasic.Microsoft.CodeAnalysis.VisualBasic.Syntax.InternalSyntax.StatementSyntax)
1 override of RecoverFromMismatchedEnd
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (1)
194Friend Overrides Function RecoverFromMismatchedEnd(statement As StatementSyntax) As BlockContext
1 reference to RecoverFromMismatchedEnd
Microsoft.CodeAnalysis.VisualBasic (1)
Parser\BlockContexts\InterfaceDeclarationBlockContext.vb (1)
218Return MyBase.RecoverFromMismatchedEnd(statement)