3 writes to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (3)
Binder\Binder_Conversions.cs (2)
984{ WasCompilerGenerated = node.IsParamsArrayOrCollection, IsParamsArrayOrCollection = node.IsParamsArrayOrCollection }; 1751{ WasCompilerGenerated = node.IsParamsArrayOrCollection, IsParamsArrayOrCollection = node.IsParamsArrayOrCollection };
Binder\Binder_Invocation.cs (1)
1797var unconvertedCollection = new BoundUnconvertedCollectionExpression(node, ImmutableArray<BoundNode>.CastUp(collectionArgs)) { WasCompilerGenerated = true, IsParamsArrayOrCollection = true };
8 references to IsParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (8)
Binder\Binder_Conversions.cs (4)
984{ WasCompilerGenerated = node.IsParamsArrayOrCollection, IsParamsArrayOrCollection = node.IsParamsArrayOrCollection }; 1751{ WasCompilerGenerated = node.IsParamsArrayOrCollection, IsParamsArrayOrCollection = node.IsParamsArrayOrCollection };
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)
1106node.IsParamsArrayOrCollection ?