2 writes to _textViewHost
Microsoft.VisualStudio.LanguageServices.Implementation (2)
Options\AbstractOptionPreviewViewModel.cs (2)
109
SetProperty(ref
_textViewHost
, value);
222
_textViewHost
= null;
4 references to _textViewHost
Microsoft.VisualStudio.LanguageServices.Implementation (4)
Options\AbstractOptionPreviewViewModel.cs (4)
101
return
_textViewHost
;
107
_textViewHost
?.Close();
219
if (
_textViewHost
!= null)
221
_textViewHost
.Close();