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