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