1 write to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Invocation.cs (1)
1732{ WasCompilerGenerated = true, IsParamsArrayOrCollection = true };
2 references to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
103if (node.IsParamsArrayOrCollection)
Lowering\LocalRewriter\LocalRewriter_ObjectOrCollectionInitializerExpression.cs (1)
543if (argument is BoundArrayCreation { IsParamsArrayOrCollection: true, InitializerOpt: var initializers })