2 references to CS0103
Microsoft.CodeAnalysis.CSharp.Features (2)
CodeFixes\GenerateType\GenerateTypeCodeFixProvider.cs (2)
27
private const string CS0103 = nameof(
CS0103
); // error CS0103: The name 'Goo' does not exist in the current context
37
=> [
CS0103
, CS0117, CS0234, CS0246, CS0305, CS0308, CS0426, CS0616, IDEDiagnosticIds.UnboundIdentifierId];