1 write to OrderedHoleSpans
Microsoft.CodeAnalysis.Features (1)
StringIndentation\IStringIndentationService.cs (1)
115
OrderedHoleSpans
= holeSpans.NullToEmpty().Sort();
2 references to OrderedHoleSpans
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (1)
StringIndentation\StringIndentationTests.cs (1)
55
if (region.
OrderedHoleSpans
.Any(s => s.Contains(lineStart)))
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
StringIndentation\StringIndentationTaggerProvider.cs (1)
119
region.
OrderedHoleSpans
.SelectAsArray(s => s.ToSnapshotSpan(snapshot)))));