3 references to GetCurrentDesignTimeSolutionAsync
Microsoft.CodeAnalysis.Remote.Workspaces (3)
EditAndContinue\ManagedHotReloadLanguageService.cs (3)
84
var currentDesignTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
235
var newSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
266
var designTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);