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