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