1 write to TextSpan
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Formatting\CoreFormatterTestsBase.cs (1)
197factory.TextSpan = spans?.First() ?? documentSyntax.Root.FullSpan;
2 references to TextSpan
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Formatting\CoreFormatterTestsBase.cs (1)
97if (workspace.Services.GetService<IHostDependentFormattingRuleFactoryService>() is TestFormattingRuleFactoryServiceFactory.Factory factory && factory.BaseIndentation != 0 && factory.TextSpan.Contains(p.Position))
Workspaces\TestFormattingRuleFactoryServiceFactory.cs (1)
51return new BaseIndentationFormattingRule(document.Root, TextSpan, BaseIndentation + 4);