9 references to SupportsEditAndContinue
Microsoft.CodeAnalysis.EditorFeatures (2)
EditAndContinue\ActiveStatementTrackingService.cs (1)
164if (!designTimeDocument.DocumentState.SupportsEditAndContinue())
EditAndContinue\PdbMatchingSourceTextProvider.cs (1)
75if (!oldDocument.State.SupportsEditAndContinue())
Microsoft.CodeAnalysis.EditorFeatures.UnitTests (1)
EditAndContinue\EditAndContinueWorkspaceServiceTests.cs (1)
855Assert.False(designTimeOnlyDocument2.State.SupportsEditAndContinue());
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
512Debug.Assert(newDocument.State.SupportsEditAndContinue());
EditAndContinue\CommittedSolution.cs (2)
217if (!document.DocumentState.SupportsEditAndContinue()) 379if (documentState.SupportsEditAndContinue())
EditAndContinue\DebuggingSession.cs (3)
467if (!document.DocumentState.SupportsEditAndContinue()) 643if (document?.State.SupportsEditAndContinue() != true) 777if (_isDisposed || !EditSession.InBreakState || !mappedDocument.State.SupportsEditAndContinue() || !mappedDocument.Project.SupportsEditAndContinue())