4 references to GetAncestorsAndSelf
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\EmitSolutionUpdateResults.cs (4)
249
foreach (var ancestor in
GetAncestorsAndSelf
(projectId))
273
if (
GetAncestorsAndSelf
(projectId).Where(runningProjects.ContainsKey).Any())
310
foreach (var ancestor in
GetAncestorsAndSelf
(updatedProjectId))
324
foreach (var ancestor in
GetAncestorsAndSelf
(updatedProjectId))