2 writes to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\TestHostDocument.cs (2)
236_textView = factory.CreateTextView(this.GetTextBuffer(), roles); 354_textView = null;
9 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (9)
Workspaces\TestHostDocument.cs (9)
224if (_textView == null) 239_textView.Caret.MoveTo(new SnapshotPoint(_textView.TextSnapshot, CursorPosition.Value)); 244_textView.Selection.Select(new SnapshotSpan(_textView.TextSnapshot, new Span(span.Start, span.Length)), false); 248return _textView; 351if (_textView != null && !_textView.IsClosed) 353_textView.Close();