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)
115
if (
_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);
139
return
_textView
;
208
if (
_textView
!= null && !
_textView
.IsClosed)
210
_textView
.Close();