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