2 references to CS4034
Microsoft.CodeAnalysis.CSharp.Features (2)
CSharpMakeMethodAsynchronousCodeFixProvider.cs (2)
26
private const string CS4034 = nameof(
CS4034
); // The 'await' operator can only be used within an async lambda expression. Consider marking this method with the 'async' modifier.
38
ImmutableArray.Create(CS4032, CS4033,
CS4034
, CS0246);