3 references to DocumentSnapshotSpan
Microsoft.CodeAnalysis.EditorFeatures (3)
Classification\CopyPasteAndPrintingClassificationBufferTaggerProvider.Tagger.cs (1)
141var snapshotSpan = new DocumentSnapshotSpan(document, spanToTag);
Tagging\AbstractAsynchronousTaggerProvider.TagSource_ProduceTags.cs (1)
285return new DocumentSnapshotSpan(document, span);
Tagging\TaggerContext.cs (1)
53: this(state: null, ImmutableArray.Create(new DocumentSnapshotSpan(document, snapshot.GetFullSpan())),