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)
224
if (
_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);
248
return
_textView
;
351
if (
_textView
!= null && !
_textView
.IsClosed)
353
_textView
.Close();