4 references to GetCurrentDesignTimeSolutionAsync
Microsoft.CodeAnalysis.Remote.Workspaces (4)
EditAndContinue\ManagedHotReloadLanguageService.cs (4)
84
var currentDesignTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
170
var currentDesignTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
260
var newSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);
286
var designTimeSolution = await
GetCurrentDesignTimeSolutionAsync
(cancellationToken).ConfigureAwait(false);