1 write to _dte
Microsoft.VisualStudio.LanguageServices (1)
ProjectSystem\VisualStudioAddSolutionItemService.cs (1)
46_dte = await serviceProvider.GetServiceAsync<DTE, DTE>(_threadingContext.JoinableTaskFactory).ConfigureAwait(false);
2 references to _dte
Microsoft.VisualStudio.LanguageServices (2)
ProjectSystem\VisualStudioAddSolutionItemService.cs (2)
88if (_dte == null) 97var solution = (Solution2)_dte.Solution;