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