2 references to CS1998
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\RemoveAsyncModifier\CSharpRemoveAsyncModifierCodeFixProvider.cs (2)
25private const string CS1998 = nameof(CS1998); // This async method lacks 'await' operators and will run synchronously. 27public override ImmutableArray<string> FixableDiagnosticIds { get; } = [CS1998];