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