5 references to CreateFullTrackingSpan
Microsoft.VisualStudio.LanguageServices (5)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (5)
144: viewSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive); 148new object[] { this.ContextBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive) }, ProjectionBufferOptions.None, _contentType); 211var debuggerMappedSpan = _textView.TextSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive); 219new object[] { projectionBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive) }, 232return elisionProjectionBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive);