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