5 references to InsertNotSupportedByRuntime
Microsoft.CodeAnalysis.Features (5)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (4)
2969RudeEditKind.InsertNotSupportedByRuntime, 3011RudeEditKind.InsertNotSupportedByRuntime, 4243rudeEdit = RudeEditKind.InsertNotSupportedByRuntime; 5844diagnostics.Add(new RudeEditDiagnostic(RudeEditKind.InsertNotSupportedByRuntime, GetDiagnosticSpan(newLambda, EditKind.Insert), newLambda, [GetDisplayName(newLambda, EditKind.Insert)]));
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
133AddRudeEdit(RudeEditKind.InsertNotSupportedByRuntime, nameof(FeaturesResources.Adding_0_requires_restarting_the_application));