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