21 references to local_function
Microsoft.CodeAnalysis.CSharp.EditorFeatures.UnitTests (20)
EditAndContinue\StatementEditingTests.cs (20)
5845new[] { Diagnostic(RudeEditKind.InsertNotSupportedByRuntime, "M", FeaturesResources.local_function) }, 7403Diagnostic(RudeEditKind.ChangingFromAsynchronousToSynchronous, "local", FeaturesResources.local_function)); 7419new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function) }, 7436new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function) }, 7495Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function), 7496Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function) 7514Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function), 7515Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function) 7532new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function) }, 7548new[] { Diagnostic(RudeEditKind.ChangingAttributesNotSupportedByRuntime, "L", FeaturesResources.local_function) }, 7667Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7682Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7697Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7712Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7726Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7743Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7765Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7780Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7794Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function)); 7809Diagnostic(RudeEditKind.ChangingTypeParameters, "L", FeaturesResources.local_function));
Microsoft.CodeAnalysis.CSharp.Features (1)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (1)
1951MethodKind.LocalFunction => FeaturesResources.local_function,