5 references to GetCurrentDesignTimeSolution
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\EditAndContinueLanguageService.cs (5)
118var currentSolution = GetCurrentDesignTimeSolution(); 161var solution = (inBreakState == true) ? GetCurrentCompileTimeSolution(GetCurrentDesignTimeSolution()) : null; 246var currentDesignTimeSolution = GetCurrentDesignTimeSolution(); 348var newSolution = GetCurrentDesignTimeSolution(); 371var designTimeSolution = GetCurrentDesignTimeSolution();