1 write to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (1)
Binder\Binder_Invocation.cs (1)
1741var unconvertedCollection = new BoundUnconvertedCollectionExpression(node, ImmutableArray<BoundNode>.CastUp(collectionArgs)) { WasCompilerGenerated = true, IsParamsArrayOrCollection = true };
4 references to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (4)
BoundTree\BoundNode.cs (2)
364BoundCollectionExpression { WasCompilerGenerated: true, UnconvertedCollectionExpression.IsParamsArrayOrCollection: true } or 365BoundConversion { Operand: BoundCollectionExpression { IsParamsArrayOrCollection: true } });
FlowAnalysis\NullableWalker.DebugVerifier.cs (1)
119if (node.IsParamsArrayOrCollection)
Lowering\DiagnosticsPass_ExpressionTrees.cs (1)
1062node.IsParamsArrayOrCollection ?