2 references to ChangingSignatureNotSupportedByRuntime
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
4472return RudeEditKind.ChangingSignatureNotSupportedByRuntime;
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
143AddRudeEdit(RudeEditKind.ChangingSignatureNotSupportedByRuntime, nameof(FeaturesResources.Changing_the_signature_of_0_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime));