3 references to TryMapToSingleSnapshotSpan
Microsoft.CodeAnalysis.EditorFeatures.Wpf (3)
Adornments\AbstractAdornmentManager.cs (1)
277if (!TryMapToSingleSnapshotSpan(mappingTagSpan.Span, TextView.TextSnapshot, out var span))
LineSeparators\LineSeparatorAdornmentManager.cs (1)
48if (!TryMapToSingleSnapshotSpan(tagMappingSpan.Span, TextView.TextSnapshot, out var span))
StringIndentation\StringIndentationAdornmentManager.cs (1)
51if (!TryMapToSingleSnapshotSpan(tagMappingSpan.Span, TextView.TextSnapshot, out var span))