2 references to CS0822
Microsoft.CodeAnalysis.CSharp.Features (2)
UseExplicitTypeForConstCodeFixProvider.cs (2)
23private const string CS0822 = nameof(CS0822); // Implicitly-typed variables cannot be constant 31public override ImmutableArray<string> FixableDiagnosticIds { get; } = ImmutableArray.Create(CS0822);