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)
355
if (document.State.
IgnoreForEditAndContinue
())
376
if (document.State.
IgnoreForEditAndContinue
())
392
if (document.State.
IgnoreForEditAndContinue
())
EditAndContinue\Utilities\Extensions.cs (1)
102
if (textDocumentState.
IgnoreForEditAndContinue
())