9 references to IgnoreForEditAndContinue
Microsoft.CodeAnalysis.Features (9)
EditAndContinue\DebuggingSession.cs (1)
277
Debug.Assert(!project.
IgnoreForEditAndContinue
());
EditAndContinue\EditAndContinueService.cs (1)
138
where !project.
IgnoreForEditAndContinue
()
EditAndContinue\EditSession.cs (6)
286
if (newProject.
IgnoreForEditAndContinue
())
301
if (oldProject.
IgnoreForEditAndContinue
())
335
Debug.Assert(!oldProject.
IgnoreForEditAndContinue
());
336
Debug.Assert(!newProject.
IgnoreForEditAndContinue
());
1142
if (newProject.
IgnoreForEditAndContinue
(Log))
1148
if (oldProject?.
IgnoreForEditAndContinue
(Log) == true)
EditAndContinue\Utilities\Extensions.cs (1)
47
if (project.
IgnoreForEditAndContinue
())