3 references to IsReloadable
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
2537
if (oldContainingType != null && newContainingType != null &&
IsReloadable
(oldContainingType))
2563
if (syntacticEditKind != EditKind.Delete && oldType != null && newType != null &&
IsReloadable
(oldType))
3228
if (
IsReloadable
(oldContainingType))