5 references to ParamsArrayOrCollection
Microsoft.CodeAnalysis.CSharp (5)
BoundTree\BoundNode.cs (5)
63AttributesPreservedInClone = HasErrors | CompilerGenerated | IsSuppressed | WasConverted | ParamsArrayOrCollection, 355return (_attributes & BoundNodeAttributes.ParamsArrayOrCollection) != 0; 359RoslynDebug.Assert((_attributes & BoundNodeAttributes.ParamsArrayOrCollection) == 0, $"{nameof(BoundNodeAttributes.ParamsArrayOrCollection)} flag should not be set twice or reset"); 372_attributes |= BoundNodeAttributes.ParamsArrayOrCollection;