5 references to CreateFullTrackingSpan
Microsoft.VisualStudio.LanguageServices (5)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (5)
142: viewSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive); 146[this.ContextBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive)], ProjectionBufferOptions.None, ContentType); 209var debuggerMappedSpan = _textView.TextSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive); 217[projectionBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive)], 230return elisionProjectionBuffer.CurrentSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive);