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