2 references to CS9226
Microsoft.CodeAnalysis.CSharp.CodeStyle.Fixes (2)
src\Analyzers\CSharp\CodeFixes\UseExplicitArrayInExpressionTree\CSharpUseExplicitArrayInExpressionTreeCodeFixProvider.cs (2)
28private const string CS9226 = nameof(CS9226); // An expression tree may not contain an expanded form of non-array params collection parameter. 30public override ImmutableArray<string> FixableDiagnosticIds => [CS9226];