3 writes to _immediateWindowContext
Microsoft.VisualStudio.LanguageServices (3)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (3)
127_immediateWindowContext = null; 135_immediateWindowContext = null; 137? CreateImmediateWindowProjectionMapping(out _immediateWindowContext)
9 references to _immediateWindowContext
Microsoft.VisualStudio.LanguageServices (9)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (9)
89protected bool InImmediateWindow { get { return _immediateWindowContext != null; } } 109_immediateWindowContext.QuestionIndex = -2; 230if (_immediateWindowContext.QuestionIndex != questionIndex || 231_immediateWindowContext.CurrentLineIndex != currentLineIndex) 233_immediateWindowContext.QuestionIndex = questionIndex; 234_immediateWindowContext.CurrentLineIndex = currentLineIndex; 235_immediateWindowContext.ProjectionBuffer.DeleteSpans(0, _immediateWindowContext.ProjectionBuffer.CurrentSnapshot.SpanCount); 236_immediateWindowContext.ProjectionBuffer.InsertSpan(0, _textView.TextSnapshot.CreateTrackingSpanFromIndexToEnd(caretLine.Start.Position + questionIndex + 1, SpanTrackingMode.EdgeInclusive));