2 references to CS1998
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpRemoveAsyncModifierCodeFixProvider.cs (2)
22
private const string CS1998 = nameof(
CS1998
); // This async method lacks 'await' operators and will run synchronously.
30
public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(
CS1998
);