10 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\CommittedSolution.cs (1)
363
if (!project.
SupportsEditAndContinue
())
EditAndContinue\DebuggingSession.cs (4)
260
Debug.Assert(project.
SupportsEditAndContinue
());
437
if (!project.
SupportsEditAndContinue
())
704
Debug.Assert(oldProject.
SupportsEditAndContinue
());
804
if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.
SupportsEditAndContinue
())
EditAndContinue\EditSession.cs (5)
295
if (!newProject.
SupportsEditAndContinue
())
310
if (!oldProject.
SupportsEditAndContinue
())
344
if (!newProject.
SupportsEditAndContinue
())
497
if (!newProject.
SupportsEditAndContinue
() || oldProject.State == newProject.State)
828
if (!newProject.
SupportsEditAndContinue
(Log))