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