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