2 writes to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (2)
Workspaces\EditorTestHostDocument.cs (2)
129
_textView
= factory.CreateTextView(this.GetTextBuffer(), roles);
213
_textView
= null;
9 references to _textView
Microsoft.CodeAnalysis.EditorFeatures.Test.Utilities (9)
Workspaces\EditorTestHostDocument.cs (9)
117
if (
_textView
== null)
132
_textView
.Caret.MoveTo(new SnapshotPoint(
_textView
.TextSnapshot, CursorPosition.Value));
137
_textView
.Selection.Select(new SnapshotSpan(
_textView
.TextSnapshot, new Span(span.Start, span.Length)), false);
141
return
_textView
;
210
if (
_textView
!= null && !
_textView
.IsClosed)
212
_textView
.Close();