4 references to BaseIndentationFormattingRule
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestFormattingRuleFactoryServiceFactory.cs (1)
51
return new
BaseIndentationFormattingRule
(document.Root, TextSpan, BaseIndentation + 4);
Microsoft.VisualStudio.LanguageServices (3)
Venus\ContainedDocument.cs (3)
844
return new
BaseIndentationFormattingRule
(root, TextSpan.FromBounds(visibleSpan.Start, end), baseIndentation, _vbHelperFormattingRule);
854
return new
BaseIndentationFormattingRule
(root, TextSpan.FromBounds(visibleSpan.Start, end), baseIndentation, _vbHelperFormattingRule);
872
return new
BaseIndentationFormattingRule
(root, span, indentation, _vbHelperFormattingRule);