4 references to GetCurrentCompileTimeSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
121var solution = GetCurrentCompileTimeSolution(currentSolution); 162var solution = (inBreakState == true) ? GetCurrentCompileTimeSolution(GetCurrentDesignTimeSolution()) : null; 248var currentCompileTimeSolution = GetCurrentCompileTimeSolution(currentDesignTimeSolution); 373var solution = GetCurrentCompileTimeSolution(designTimeSolution);