2 writes to _textViewHost
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\AbstractOptionPreviewViewModel.cs (2)
108
SetProperty(ref
_textViewHost
, value);
204
_textViewHost
= null;
4 references to _textViewHost
Microsoft.VisualStudio.LanguageServices.Implementation (4)
Options\AbstractOptionPreviewViewModel.cs (4)
100
return
_textViewHost
;
106
_textViewHost
?.Close();
201
if (
_textViewHost
!= null)
203
_textViewHost
.Close();