4 references to GetCurrentCompileTimeSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
120var solution = GetCurrentCompileTimeSolution(currentSolution); 161var solution = (inBreakState == true) ? GetCurrentCompileTimeSolution(GetCurrentDesignTimeSolution()) : null; 247var currentCompileTimeSolution = GetCurrentCompileTimeSolution(currentDesignTimeSolution); 372var solution = GetCurrentCompileTimeSolution(designTimeSolution);