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