2 references to CS8618
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\MakeMemberRequired\CSharpMakeMemberRequiredCodeFixProvider.cs (2)
27
private const string CS8618 = nameof(
CS8618
); // Non-nullable variable must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring it as nullable.
29
public override ImmutableArray<string> FixableDiagnosticIds { get; } = [
CS8618
];