6 references to MakeMethodAsyncNotSupportedByRuntime
Microsoft.CodeAnalysis.CSharp.Features.UnitTests (3)
EditAndContinue\StatementEditingTests.cs (2)
7139
[Diagnostic(RudeEditKind.
MakeMethodAsyncNotSupportedByRuntime
, "()")],
10500
[Diagnostic(RudeEditKind.
MakeMethodAsyncNotSupportedByRuntime
, "WaitAsync")],
EditAndContinue\TopLevelEditingTests.cs (1)
7601
[Diagnostic(RudeEditKind.
MakeMethodAsyncNotSupportedByRuntime
, "public async Task<int> WaitAsync()")],
Microsoft.CodeAnalysis.Features (2)
EditAndContinue\AbstractEditAndContinueAnalyzer.cs (1)
4073
var rudeEdit = newStateMachineInfo.IsAsync ? RudeEditKind.
MakeMethodAsyncNotSupportedByRuntime
: RudeEditKind.MakeMethodIteratorNotSupportedByRuntime;
EditAndContinue\EditAndContinueDiagnosticDescriptors.cs (1)
148
AddRudeEdit(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)
50
RudeEditKind.
MakeMethodAsyncNotSupportedByRuntime
,