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