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