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