2 references to CS0103
Microsoft.CodeAnalysis.CSharp.Features (2)
src\Analyzers\CSharp\CodeFixes\GenerateVariable\CSharpGenerateVariableCodeFixProvider.cs (2)
26private const string CS0103 = nameof(CS0103); // error CS0103: The name 'Goo' does not exist in the current context 34=> [CS1061, CS0103, CS0117, CS0539, CS0246, CS0120, CS0118];