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