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