4 references to GetCurrentSolution
Microsoft.CodeAnalysis.EditorFeatures (4)
EditAndContinue\EditAndContinueLanguageService.cs (4)
114var currentSolution = GetCurrentSolution(); 154var solution = (inBreakState == true) ? GetCurrentSolution() : null; 291var newSolution = GetCurrentSolution(); 325var solution = GetCurrentSolution();