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