10 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\CommittedSolution.cs (1)
363if (!project.SupportsEditAndContinue())
EditAndContinue\DebuggingSession.cs (4)
260Debug.Assert(project.SupportsEditAndContinue()); 437if (!project.SupportsEditAndContinue()) 704Debug.Assert(oldProject.SupportsEditAndContinue()); 804if (_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) 828if (!newProject.SupportsEditAndContinue(Log))