4 references to ParamArray
Microsoft.Analyzers.Extra (1)
CallAnalysis\Fixers\LegacyLoggingFixer.cs (1)
496if (arg.ArgumentKind == ArgumentKind.ParamArray)
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6316if (argument is { ArgumentKind: ArgumentKind.ParamArray, Value: IArrayCreationOperation array })
Microsoft.CodeAnalysis.CSharp (1)
Operations\CSharpOperationFactory_Methods.cs (1)
348argumentKind = argument.Type?.IsSZArray() == true ? ArgumentKind.ParamArray : ArgumentKind.ParamCollection;
Microsoft.CodeAnalysis.Features (1)
InlineMethod\AbstractInlineMethodRefactoringProvider.MethodParametersInfo.cs (1)
500if (argumentOperation.ArgumentKind == ArgumentKind.ParamArray