3 references to GetBaseIndentationRule
Microsoft.VisualStudio.LanguageServices (3)
Venus\ContainedDocument.cs (1)
784
var rule =
GetBaseIndentationRule
(parsedDocument.Root, parsedDocument.Text, spans, spanIndex);
Workspace\VisualStudioFormattingRuleFactoryServiceFactory.cs (2)
63
return containedDocument.
GetBaseIndentationRule
(root, text, spans, i);
79
return containedDocument.
GetBaseIndentationRule
(root, text, spans, i);