2 references to TextVersion
Microsoft.CodeAnalysis.EditorFeatures (2)
Extensibility\NavigationBar\NavigationBarItem.cs (2)
63Contract.ThrowIfNull(item.TextVersion, "This should only be called for locations the caller knows to be in the open file"); 64return item.TextVersion.CreateTrackingSpan(span.ToSpan(), SpanTrackingMode.EdgeExclusive)