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