9 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\CommittedSolution.cs (1)
361if (!project.SupportsEditAndContinue())
EditAndContinue\DebuggingSession.cs (4)
243Debug.Assert(project.SupportsEditAndContinue()); 420if (!project.SupportsEditAndContinue()) 689Debug.Assert(oldProject.SupportsEditAndContinue()); 788if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())
EditAndContinue\EditSession.cs (4)
291if (!newProject.SupportsEditAndContinue()) 306if (!oldProject.SupportsEditAndContinue()) 340if (!newProject.SupportsEditAndContinue()) 488if (!newProject.SupportsEditAndContinue() || oldProject.State == newProject.State)