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