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)
841
return new
BaseIndentationFormattingRule
(root, TextSpan.FromBounds(visibleSpan.Start, end), baseIndentation, _vbHelperFormattingRule);
851
return new
BaseIndentationFormattingRule
(root, TextSpan.FromBounds(visibleSpan.Start, end), baseIndentation, _vbHelperFormattingRule);
869
return new
BaseIndentationFormattingRule
(root, span, indentation, _vbHelperFormattingRule);