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