1 instantiation of Factory
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Workspaces\TestFormattingRuleFactoryServiceFactory.cs (1)
29
return new
Factory
();
3 references to Factory
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (3)
Formatting\CoreFormatterTestsBase.cs (3)
97
if (workspace.Services.GetService<IHostDependentFormattingRuleFactoryService>() is TestFormattingRuleFactoryServiceFactory.
Factory
factory && factory.BaseIndentation != 0 && factory.TextSpan.Contains(p.Position))
195
var
factory = (TestFormattingRuleFactoryServiceFactory.
Factory
)formattingRuleProvider;