3 overrides of AddAnchorIndentationOperationsSlow
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures (1)
LineCommit\CommitFormatter.vb (1)
254Public Overrides Sub AddAnchorIndentationOperationsSlow(list As List(Of AnchorIndentationOperation), node As SyntaxNode, ByRef nextOperation As NextAnchorIndentationOperationAction)
Microsoft.CodeAnalysis.VisualBasic.Workspaces (2)
Formatting\DefaultOperationProvider.vb (1)
42Public Overrides Sub AddAnchorIndentationOperationsSlow(operations As List(Of AnchorIndentationOperation), node As SyntaxNode, ByRef nextAction As NextAnchorIndentationOperationAction)
Formatting\Rules\NodeBasedFormattingRule.vb (1)
15Public Overrides Sub AddAnchorIndentationOperationsSlow(operations As List(Of AnchorIndentationOperation),
1 reference to AddAnchorIndentationOperationsSlow
Microsoft.CodeAnalysis.Workspaces (1)
CompatAbstractFormattingRule.cs (1)
27AddAnchorIndentationOperationsSlow(list, node, ref nextOperationCopy);