4 references to GetCurrentDesignTimeSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
117var currentSolution = GetCurrentDesignTimeSolution(); 160var solution = (inBreakState == true) ? GetCurrentCompileTimeSolution(GetCurrentDesignTimeSolution()) : null; 297var newSolution = GetCurrentDesignTimeSolution(); 324var designTimeSolution = GetCurrentDesignTimeSolution();