5 references to ChangingReloadableTypeNotSupportedByRuntime
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
2702
Report(RudeEditKind.
ChangingReloadableTypeNotSupportedByRuntime
, cancellationToken);
2730
diagnosticContext.Report(RudeEditKind.
ChangingReloadableTypeNotSupportedByRuntime
, cancellationToken);
3361
.Report(RudeEditKind.
ChangingReloadableTypeNotSupportedByRuntime
, cancellationToken);
5084
RudeEditKind.
ChangingReloadableTypeNotSupportedByRuntime
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
135
AddRudeEdit(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));