3 writes to _immediateWindowContext
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (3)
133_immediateWindowContext = null; 141_immediateWindowContext = null; 143? CreateImmediateWindowProjectionMapping(out _immediateWindowContext)
9 references to _immediateWindowContext
Microsoft.VisualStudio.LanguageServices (9)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (9)
91protected bool InImmediateWindow { get { return _immediateWindowContext != null; } } 115_immediateWindowContext.QuestionIndex = -2; 247if (_immediateWindowContext.QuestionIndex != questionIndex || 248_immediateWindowContext.CurrentLineIndex != currentLineIndex) 250_immediateWindowContext.QuestionIndex = questionIndex; 251_immediateWindowContext.CurrentLineIndex = currentLineIndex; 252_immediateWindowContext.ProjectionBuffer.DeleteSpans(0, _immediateWindowContext.ProjectionBuffer.CurrentSnapshot.SpanCount); 253_immediateWindowContext.ProjectionBuffer.InsertSpan(0, _textView.TextSnapshot.CreateTrackingSpanFromIndexToEnd(caretLine.Start.Position + questionIndex + 1, SpanTrackingMode.EdgeInclusive));