5 references to GetCurrentDesignTimeSolution
Microsoft.CodeAnalysis.EditorFeatures (5)
EditAndContinue\EditAndContinueLanguageService.cs (5)
119var currentSolution = GetCurrentDesignTimeSolution(); 162var solution = (inBreakState == true) ? GetCurrentCompileTimeSolution(GetCurrentDesignTimeSolution()) : null; 247var currentDesignTimeSolution = GetCurrentDesignTimeSolution(); 349var newSolution = GetCurrentDesignTimeSolution(); 372var designTimeSolution = GetCurrentDesignTimeSolution();