5 writes to TextSpan
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (2)
Formatting\Indentation\CSharpFormatterTestsBase.cs (1)
118factory.TextSpan = span;
Formatting\Indentation\SmartIndenterTests.cs (1)
3489provider.TextSpan = subjectDocument.SelectedSpans.Single();
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Formatting\CoreFormatterTestsBase.cs (1)
198factory.TextSpan = spans?.First() ?? documentSyntax.Root.FullSpan;
Microsoft.CodeAnalysis.VisualBasic.EditorFeatures.UnitTests (2)
Formatting\Indentation\SmartIndenterTests.vb (1)
2991factory.TextSpan = subjectDocument.SelectedSpans.Single()
Formatting\VisualBasicFormatterTestBase.vb (1)
58factory.TextSpan = span
2 references to TextSpan
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Formatting\CoreFormatterTestsBase.cs (1)
98if (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);