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