9 references to StackAllocUpdate
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (7)
EditAndContinue\TopLevelEditingTests.cs (7)
8715Diagnostic(RudeEditKind.StackAllocUpdate, "stackalloc", FeaturesResources.method)); 8731Diagnostic(RudeEditKind.StackAllocUpdate, "stackalloc", FeaturesResources.method)); 11889Diagnostic(RudeEditKind.StackAllocUpdate, "stackalloc", FeaturesResources.constructor)); 11914Diagnostic(RudeEditKind.StackAllocUpdate, "stackalloc", FeaturesResources.constructor)); 11938Diagnostic(RudeEditKind.StackAllocUpdate, "stackalloc", FeaturesResources.constructor)); 18060Diagnostic(RudeEditKind.StackAllocUpdate, "stackalloc", CSharpFeaturesResources.global_statement)); 18072Diagnostic(RudeEditKind.StackAllocUpdate, "stackalloc", CSharpFeaturesResources.global_statement));
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
2447ReportError(RudeEditKind.StackAllocUpdate, node, _newNode);
Microsoft.CodeAnalysis.Features (1)
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
106AddRudeEdit(RudeEditKind.StackAllocUpdate, nameof(FeaturesResources.Modifying_0_which_contains_the_stackalloc_operator_requires_restarting_the_application));