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