7 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 (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
2821Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 2849diagnosticContext.Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 3480.Report(RudeEditKind.ChangingReloadableTypeNotSupportedByRuntime, cancellationToken); 5203RudeEditKind.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));