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