3 references to GetDirectoryNameAsync
Microsoft.VisualStudio.LanguageServices.New.IntegrationTests (3)
InProcess\SolutionExplorerInProcess.cs (3)
87var projectPath = Path.Combine(await GetDirectoryNameAsync(cancellationToken), projectName); 213var projectPath = Path.Combine(await GetDirectoryNameAsync(cancellationToken), projectName); 228var projectPath = Path.Combine(await GetDirectoryNameAsync(cancellationToken), projectName);