4 overrides of ResyncAndProcessStatementTerminator
Microsoft.CodeAnalysis.VisualBasic (4)
Parser\BlockContexts\IfPartContext.vb (1)
76
Friend Overrides Function
ResyncAndProcessStatementTerminator
(statement As StatementSyntax, lambdaContext As BlockContext) As BlockContext
Parser\BlockContexts\SingleLineElseContext.vb (1)
103
Friend Overrides Function
ResyncAndProcessStatementTerminator
(statement As StatementSyntax, lambdaContext As BlockContext) As BlockContext
Parser\BlockContexts\SingleLineIfBlockContext.vb (1)
105
Friend Overrides Function
ResyncAndProcessStatementTerminator
(statement As StatementSyntax, lambdaContext As BlockContext) As BlockContext
Parser\BlockContexts\SingleLineLambdaContext.vb (1)
66
Friend Overrides Function
ResyncAndProcessStatementTerminator
(statement As StatementSyntax, lambdaContext As BlockContext) As BlockContext
8 references to ResyncAndProcessStatementTerminator
Microsoft.CodeAnalysis.VisualBasic (8)
Parser\BlockContexts\IfPartContext.vb (1)
87
Return MyBase.
ResyncAndProcessStatementTerminator
(statement, lambdaContext)
Parser\BlockContexts\SingleLineElseContext.vb (2)
116
Return MyBase.
ResyncAndProcessStatementTerminator
(statement, lambdaContext)
125
Return MyBase.
ResyncAndProcessStatementTerminator
(statement, lambdaContext)
Parser\BlockContexts\SingleLineIfBlockContext.vb (1)
122
Return MyBase.
ResyncAndProcessStatementTerminator
(statement, lambdaContext)
Parser\ParseExpression.vb (2)
1786
_context = _context.
ResyncAndProcessStatementTerminator
(header, lambdaContext)
1813
_context = _context.
ResyncAndProcessStatementTerminator
(statement, lambdaContext)
Parser\Parser.vb (2)
474
_context = _context.
ResyncAndProcessStatementTerminator
(adjustedStatement, lambdaContext:=Nothing)
534
_context = _context.
ResyncAndProcessStatementTerminator
(statement, lambdaContext:=Nothing)