6 references to ChangingReloadableTypeNotSupportedByRuntime
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (2)
EditAndContinue\TopLevelEditingTests.cs (2)
1874[Diagnostic(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, "void F()", "CreateNewOnMetadataUpdateAttribute")], 2529[Diagnostic(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, "void M()", "CreateNewOnMetadataUpdateAttribute")],
Microsoft.CodeAnalysis.Features (4)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (3)
2880diagnosticContext.Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 4195Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 5321RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
162AddRudeEdit(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));