3 references to GetCurrentCompileTimeSolution
Microsoft.CodeAnalysis.EditorFeatures (3)
EditAndContinue\EditAndContinueLanguageService.cs (3)
119
var solution =
GetCurrentCompileTimeSolution
(currentSolution);
160
var solution = (inBreakState == true) ?
GetCurrentCompileTimeSolution
(GetCurrentDesignTimeSolution()) : null;
325
var solution =
GetCurrentCompileTimeSolution
(designTimeSolution);