3 references to GetCurrentSolutionAsync
Microsoft.CodeAnalysis.Remote.Workspaces (3)
EditAndContinue\ManagedHotReloadLanguageService.cs (3)
81var currentSolution = await GetCurrentSolutionAsync(cancellationToken).ConfigureAwait(false); 220var newSolution = await GetCurrentSolutionAsync(cancellationToken).ConfigureAwait(false); 251var solution = await GetCurrentSolutionAsync(cancellationToken).ConfigureAwait(false);