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