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