4 references to GetCurrentDesignTimeSolutionAsync
Microsoft.CodeAnalysis.Remote.Workspaces (4)
EditAndContinue\ManagedHotReloadLanguageService.cs (4)
83
var currentDesignTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
169
var currentDesignTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
259
var newSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
285
var designTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);