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