3 references to IsReloadable
Microsoft.CodeAnalysis.Features (3)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
2829if (oldContainingType != null && newContainingType != null && IsReloadable(oldContainingType)) 2853if (syntacticEditKind != EditKind.Delete && oldSymbol is INamedTypeSymbol oldType && newSymbol is INamedTypeSymbol newType && IsReloadable(oldType)) 3510if (oldContainingType != null && newContainingType != null && IsReloadable(oldContainingType))