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