7 references to ChangingReloadableTypeNotSupportedByRuntime
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
EditAndContinue\TopLevelEditingTests.cs (2)
1878[Diagnostic(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, "void F()", "CreateNewOnMetadataUpdateAttribute")], 2535[Diagnostic(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, "void M()", "CreateNewOnMetadataUpdateAttribute")],
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)
152AddRudeEdit(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));