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)
89
protected bool InImmediateWindow { get { return
_immediateWindowContext
!= null; } }
109
_immediateWindowContext
.QuestionIndex = -2;
230
if (
_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));