5 references to ChangingReloadableTypeNotSupportedByRuntime
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
2702Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 2730diagnosticContext.Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 3361.Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 5084RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
135AddRudeEdit(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, nameof(FeaturesResources.Updating_reloadable_type_marked_by_0_attribute_or_its_member_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime));