3 references to GetSpanFromBounds
Microsoft.CodeAnalysis.EditorFeatures (1)
Tagging\AbstractAsynchronousTaggerProvider.TagSource_TagsChanged.cs (1)
61
? new NormalizedSnapshotSpanCollection(snapshot.
GetSpanFromBounds
(collection.First().Start, collection.Last().End))
Microsoft.CodeAnalysis.EditorFeatures2.UnitTests (2)
Rename\RenameCommandHandlerTests.vb (2)
518
Dim span = view.TextBuffer.CurrentSnapshot.
GetSpanFromBounds
(0, 0)
642
Dim span = view.TextBuffer.CurrentSnapshot.
GetSpanFromBounds
(0, 0)