2 references to IsReloadable
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (2)
2864
if (syntacticEditKind != EditKind.Delete && oldSymbol is INamedTypeSymbol oldType && newSymbol is INamedTypeSymbol newType &&
IsReloadable
(oldType))
4160
=> type.GetContainingTypesAndThis().FirstOrDefault(
IsReloadable
);