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