2 references to GetProject
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\DebuggingSession.cs (1)
795
var oldProject = LastCommittedSolution.
GetProject
(newProject.Id);
EditAndContinue\EditSession.cs (1)
826
var oldProject = oldSolution.
GetProject
(newProject.Id);