6 references to MakeMethodAsyncNotSupportedByRuntime
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
EditAndContinue\StatementEditingTests.cs (2)
7137[Diagnostic(RudeEditKind.MakeMethodAsyncNotSupportedByRuntime, "()")], 10498[Diagnostic(RudeEditKind.MakeMethodAsyncNotSupportedByRuntime, "WaitAsync")],
EditAndContinue\TopLevelEditingTests.cs (1)
7509[Diagnostic(RudeEditKind.MakeMethodAsyncNotSupportedByRuntime, "public async Task<int> WaitAsync()")],
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
4192var rudeEdit = newStateMachineInfo.IsAsync ? RudeEditKind.MakeMethodAsyncNotSupportedByRuntime : RudeEditKind.MakeMethodIteratorNotSupportedByRuntime;
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
158AddRudeEdit(RudeEditKind.MakeMethodAsyncNotSupportedByRuntime, nameof(FeaturesResources.Making_a_method_asynchronous_requires_restarting_the_application_because_it_is_not_supported_by_the_runtime));
Microsoft.CodeAnalysis.Features.UnitTests (1)
EditAndContinue\RudeEditDiagnosticTests.cs (1)
50RudeEditKind.MakeMethodAsyncNotSupportedByRuntime,