3 references to GetProject
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\DebuggingSession.cs (2)
768
var oldProject = LastCommittedSolution.
GetProject
(projectId);
887
var oldProject = LastCommittedSolution.
GetProject
(newProject.Id);
EditAndContinue\EditSession.cs (1)
893
var oldProject = oldSolution.
GetProject
(newProject.Id);