1 implementation of CreateRule
Microsoft.CodeAnalysis.Workspaces (1)
Formatting\Rules\DefaultFormattingRuleFactoryServiceFactory.cs (1)
28public AbstractFormattingRule CreateRule(ParsedDocument document, int position)
1 reference to CreateRule
Microsoft.CodeAnalysis.Workspaces (1)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\Indentation\AbstractIndentationService.cs (1)
52var baseIndentationRule = formattingRuleFactory.CreateRule(document, lineToBeIndented.Start);