3 references to CS0246
Microsoft.CodeAnalysis.CSharp.Features (3)
CSharpMakeMethodAsynchronousCodeFixProvider.cs (3)
27
private const string CS0246 = nameof(
CS0246
); // The type or namespace name 'await' could not be found
38
ImmutableArray.Create(CS4032, CS4033, CS4034,
CS0246
);
42
if (diagnostic.Id ==
CS0246
)