1 write to _vsInteractiveWindowFactory
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
55
_vsInteractiveWindowFactory
= interactiveWindowFactory;
1 reference to _vsInteractiveWindowFactory
Microsoft.VisualStudio.LanguageServices (1)
Interactive\VsInteractiveWindowProvider.cs (1)
81
_vsInteractiveWindow =
_vsInteractiveWindowFactory
.Create(Id, instanceId, Title, evaluator, __VSCREATETOOLWIN.CTW_fForceCreate);