10 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\CommittedSolution.cs (1)
393if (!project.SupportsEditAndContinue())
EditAndContinue\DebuggingSession.cs (4)
277Debug.Assert(project.SupportsEditAndContinue()); 454if (!project.SupportsEditAndContinue()) 736Debug.Assert(oldProject.SupportsEditAndContinue()); 836if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
EditAndContinue\EditSession.cs (5)
295if (!newProject.SupportsEditAndContinue()) 310if (!oldProject.SupportsEditAndContinue()) 344if (!newProject.SupportsEditAndContinue()) 497if (!newProject.SupportsEditAndContinue() || oldProject.State == newProject.State) 863if (!newProject.SupportsEditAndContinue(Log))