1 write to IndentSpan
Microsoft.CodeAnalysis.Features (1)
StringIndentation\IStringIndentationService.cs (1)
114IndentSpan = indentSpan;
6 references to IndentSpan
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (3)
StringIndentation\StringIndentationTests.cs (3)
48var firstLine = text.Lines.GetLineFromPosition(region.IndentSpan.Start); 49var lastLine = text.Lines.GetLineFromPosition(region.IndentSpan.End); 50var offset = region.IndentSpan.End - lastLine.Start;
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
StringIndentation\StringIndentationTaggerProvider.cs (3)
107var line = snapshot.GetLineFromPosition(region.IndentSpan.End); 111if (line.Start == region.IndentSpan.End) 115region.IndentSpan.ToSnapshotSpan(snapshot),