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