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