2 writes to _textView
Microsoft.VisualStudio.LanguageServices (2)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (2)
52_textView = wpfTextView; 72_textView = wpfTextView;
13 references to _textView
Microsoft.VisualStudio.LanguageServices (13)
DebuggerIntelliSense\AbstractDebuggerIntelliSenseContext.cs (13)
57_originalContentType = _textView.TextBuffer.ContentType; 138var viewSnapshot = _textView.TextSnapshot; 190_textView.TextBuffer.ChangeContentType(ContentType, null); 194_debuggerTextView = new DebuggerTextView(_textView, bufferGraph, DebuggerTextLines, InImmediateWindow); 201_textView.TextBuffer.ChangeContentType(contentType, null); 206var caretLine = _textView.Caret.ContainingTextViewLine.Extent; 207var currentLineIndex = _textView.TextSnapshot.GetLineNumberFromPosition(caretLine.Start.Position); 209var debuggerMappedSpan = _textView.TextSnapshot.CreateFullTrackingSpan(SpanTrackingMode.EdgeInclusive); 226_textView.TextBuffer.PostChanged += TextBuffer_PostChanged; 241var caretLine = _textView.Caret.ContainingTextViewLine.Extent; 242var currentLineIndex = _textView.TextSnapshot.GetLineNumberFromPosition(caretLine.Start.Position); 251_immediateWindowContext.ProjectionBuffer.InsertSpan(0, _textView.TextSnapshot.CreateTrackingSpanFromIndexToEnd(caretLine.Start.Position + questionIndex + 1, SpanTrackingMode.EdgeInclusive)); 302_textView.TextBuffer.PostChanged -= TextBuffer_PostChanged;