2 references to TryGetSpan
Microsoft.VisualStudio.LanguageServices (2)
Extensions\ITextSnapshotExtensions.cs (1)
16
=>
TryGetSpan
(snapshot, textSpan).Value;
Implementation\AbstractVsTextViewFilter.cs (1)
119
var spanOpt = textSnapshot.
TryGetSpan
(textSpan);