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)
88
if (
_dte
== null)
97
var solution = (Solution2)
_dte
.Solution;