2 references to ChangingAttributesNotSupportedByRuntime
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
4645
diagnosticContext.Report(RudeEditKind.
ChangingAttributesNotSupportedByRuntime
, cancellationToken);
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
134
AddRudeEdit(RudeEditKind.
ChangingAttributesNotSupportedByRuntime
, nameof(FeaturesResources.Updating_the_attributes_of_0_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime));