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