15 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
856
Assert.True(designTimeOnlyDocument2.Project.
SupportsEditAndContinue
());
Microsoft.CodeAnalysis.Features (14)
EditAndContinue\CommittedSolution.cs (1)
362
if (!project.
SupportsEditAndContinue
())
EditAndContinue\DebuggingSession.cs (11)
254
Debug.Assert(project.
SupportsEditAndContinue
());
461
if (!project.
SupportsEditAndContinue
())
649
if (!document.Project.
SupportsEditAndContinue
())
679
Debug.Assert(oldProject.
SupportsEditAndContinue
());
680
Debug.Assert(newProject.
SupportsEditAndContinue
());
777
if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.
SupportsEditAndContinue
())
999
Debug.Assert(oldProject.
SupportsEditAndContinue
());
1000
Debug.Assert(newProject.
SupportsEditAndContinue
());
1020
var id = (oldProject?.
SupportsEditAndContinue
() == true)
1058
Debug.Assert(oldProject.
SupportsEditAndContinue
());
1059
Debug.Assert(newProject.
SupportsEditAndContinue
());
EditAndContinue\EditSession.cs (2)
332
if (!newProject.
SupportsEditAndContinue
())
465
if (!newProject.
SupportsEditAndContinue
() || oldProject.State == newProject.State)