12 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.Features (12)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
514Contract.ThrowIfFalse(oldProject.SupportsEditAndContinue()); 515Contract.ThrowIfFalse(newProject.SupportsEditAndContinue());
EditAndContinue\CommittedSolution.cs (1)
393if (!project.SupportsEditAndContinue())
EditAndContinue\DebuggingSession.cs (4)
277Debug.Assert(project.SupportsEditAndContinue()); 454if (!project.SupportsEditAndContinue()) 736Debug.Assert(oldProject.SupportsEditAndContinue()); 837if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
EditAndContinue\EditSession.cs (5)
295if (!newProject.SupportsEditAndContinue()) 310if (!oldProject.SupportsEditAndContinue()) 344if (!newProject.SupportsEditAndContinue()) 522if (!newProject.SupportsEditAndContinue() || oldProject.State == newProject.State) 894if (!newProject.SupportsEditAndContinue(Log))