6 references to IgnoreForEditAndContinue
Microsoft.CodeAnalysis.Features (6)
EditAndContinue\CommittedSolution.cs (1)
226
if (document.DocumentState.
IgnoreForEditAndContinue
())
EditAndContinue\EditAndContinueService.cs (1)
140
where !documentState.
IgnoreForEditAndContinue
()
EditAndContinue\EditSession.cs (3)
351
if (document.State.
IgnoreForEditAndContinue
())
372
if (document.State.
IgnoreForEditAndContinue
())
388
if (document.State.
IgnoreForEditAndContinue
())
EditAndContinue\Utilities\Extensions.cs (1)
102
if (textDocumentState.
IgnoreForEditAndContinue
())