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