7 overrides of AddIndentBlockOperationsSlow
Microsoft.CodeAnalysis.VisualBasic.Features (2)
ChangeSignature\ChangeSignatureFormattingRule.vb (1)
13Public Overrides Sub AddIndentBlockOperationsSlow(list As List(Of IndentBlockOperation), node As SyntaxNode, ByRef nextOperation As NextIndentBlockOperationAction)
MultiLineConditionalExpressionFormattingRule.vb (1)
51Public Overrides Sub AddIndentBlockOperationsSlow(
Microsoft.CodeAnalysis.VisualBasic.Workspaces (4)
Formatting\DefaultOperationProvider.vb (1)
45Public Overrides Sub AddIndentBlockOperationsSlow(operations As List(Of IndentBlockOperation), node As SyntaxNode, ByRef nextAction As NextIndentBlockOperationAction)
Formatting\Rules\ElasticTriviaFormattingRule.vb (1)
21Public Overrides Sub AddIndentBlockOperationsSlow(list As List(Of IndentBlockOperation), node As SyntaxNode, ByRef nextOperation As NextIndentBlockOperationAction)
Formatting\Rules\NodeBasedFormattingRule.vb (1)
49Public Overrides Sub AddIndentBlockOperationsSlow(operations As List(Of IndentBlockOperation),
SpecialFormattingOperation.vb (1)
56Public Overrides Sub AddIndentBlockOperationsSlow(list As List(Of IndentBlockOperation), node As SyntaxNode, ByRef nextOperation As NextIndentBlockOperationAction)
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Venus\VisualBasicContainedLanguage.vb (1)
161Public Overrides Sub AddIndentBlockOperationsSlow(list As List(Of IndentBlockOperation), node As SyntaxNode, ByRef nextOperation As NextIndentBlockOperationAction)
2 references to AddIndentBlockOperationsSlow
Microsoft.CodeAnalysis.Workspaces (1)
CompatAbstractFormattingRule.cs (1)
35AddIndentBlockOperationsSlow(list, node, ref nextOperationCopy);
Microsoft.VisualStudio.LanguageServices.VisualBasic (1)
Venus\VisualBasicContainedLanguage.vb (1)
173MyBase.AddIndentBlockOperationsSlow(list, node, nextOperation)