10 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.Features (10)
EditAndContinue\CommittedSolution.cs (1)
393
if (!project.
SupportsEditAndContinue
())
EditAndContinue\DebuggingSession.cs (4)
277
Debug.Assert(project.
SupportsEditAndContinue
());
454
if (!project.
SupportsEditAndContinue
())
736
Debug.Assert(oldProject.
SupportsEditAndContinue
());
836
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)
863
if (!newProject.
SupportsEditAndContinue
(Log))