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