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