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