1 write to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Invocation.cs (1)
1789{ WasCompilerGenerated = true, IsParamsArrayOrCollection = true };
3 references to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (2)
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
107if (node.IsParamsArrayOrCollection)
Lowering\LocalRewriter\LocalRewriter_ObjectOrCollectionInitializerExpression.cs (1)
576if (argument is BoundArrayCreation { IsParamsArrayOrCollection: true, InitializerOpt: var initializers })
Microsoft.CodeAnalysis.CSharp.Semantic.UnitTests (1)
Semantics\UnsafeTests.cs (1)
5270if (node.IsParamsArrayOrCollection)