2 overrides of AddAnchorIndentationOperationsSlow
Microsoft.CodeAnalysis.VisualBasic.CodeStyle (2)
DefaultOperationProvider.vb (1)
42Public Overrides Sub AddAnchorIndentationOperationsSlow(operations As List(Of AnchorIndentationOperation), node As SyntaxNode, ByRef nextAction As NextAnchorIndentationOperationAction)
NodeBasedFormattingRule.vb (1)
15Public Overrides Sub AddAnchorIndentationOperationsSlow(operations As List(Of AnchorIndentationOperation),
1 reference to AddAnchorIndentationOperationsSlow
Microsoft.CodeAnalysis.CodeStyle (1)
CompatAbstractFormattingRule.cs (1)
27AddAnchorIndentationOperationsSlow(list, node, ref nextOperationCopy);