2 writes to _textView
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
54_textView = wpfTextView; 74_textView = wpfTextView;
13 references to _textView
Microsoft.VisualStudio.LanguageServices (13)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (13)
59_originalContentType = _textView.TextBuffer.ContentType; 140var viewSnapshot = _textView.TextSnapshot; 192_textView.TextBuffer.ChangeContentType(_contentType, null); 196_debuggerTextView = new DebuggerTextView(_textView, bufferGraph, _debuggerTextLines, InImmediateWindow); 203_textView.TextBuffer.ChangeContentType(contentType, null); 208var caretLine = _textView.Caret.ContainingTextViewLine.Extent; 209var currentLineIndex = _textView.TextSnapshot.GetLineNumberFromPosition(caretLine.Start.Position); 211var debuggerMappedSpan = _textView.TextSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive); 228_textView.TextBuffer.PostChanged += TextBuffer_PostChanged; 243var caretLine = _textView.Caret.ContainingTextViewLine.Extent; 244var currentLineIndex = _textView.TextSnapshot.GetLineNumberFromPosition(caretLine.Start.Position); 253_immediateWindowContext.ProjectionBuffer.InsertSpan(0, _textView.TextSnapshot.CreateTrackingSpanFromIndexToEnd(caretLine.Start.Position + questionIndex + 1, SpanTrackingMode.EdgeInclusive)); 304_textView.TextBuffer.PostChanged -= TextBuffer_PostChanged;