2 writes to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestHostDocument.cs (2)
127_textView = factory.CreateTextView(this.GetTextBuffer(), roles); 211_textView = null;
9 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (9)
Workspaces\EditorTestHostDocument.cs (9)
115if (_textView == null) 130_textView.Caret.MoveTo(new SnapshotPoint(_textView.TextSnapshot, CursorPosition.Value)); 135_textView.Selection.Select(new SnapshotSpan(_textView.TextSnapshot, new Span(span.Start, span.Length)), false); 139return _textView; 208if (_textView != null && !_textView.IsClosed) 210_textView.Close();