1 write to TextViewHost
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
157
this.
TextViewHost
= _textEditorFactoryService.CreateTextViewHost(textView, setFocus: false);
3 references to TextViewHost
Microsoft.VisualStudio.LanguageServices.CSharp.UnitTests (2)
Options\OptionViewModelTests.cs (2)
41
return viewModel.
TextViewHost
.TextView.TextBuffer.CurrentSnapshot.GetText().ToString();
69
Assert.Equal(originalPreview, viewModel.
TextViewHost
.TextView.TextBuffer.CurrentSnapshot.GetText().ToString());
Microsoft.VisualStudio.LanguageServices.Implementation (1)
Options\AbstractOptionPreviewViewModel.cs (1)
162
this.
TextViewHost
.Closed += (s, a) =>