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