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