4 references to GetSnapshotSpanCollection
Microsoft.CodeAnalysis.EditorFeatures (1)
InlineRename\InlineRenameSession.OpenTextBufferManager.cs (1)
118
var entireBufferSpan = _subjectBuffer.CurrentSnapshot.
GetSnapshotSpanCollection
();
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (1)
Squiggles\SquiggleUtilities.cs (1)
44
var spans = tagger.GetTags(snapshot.
GetSnapshotSpanCollection
()).ToImmutableArray();
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (2)
RenameTracking\RenameTrackingTestState.cs (2)
159
var tags = _tagger.GetTags(_view.TextBuffer.CurrentSnapshot.
GetSnapshotSpanCollection
());
182
var tags = _tagger.GetTags(_view.TextBuffer.CurrentSnapshot.
GetSnapshotSpanCollection
());