4 references to CollectionExpression
Microsoft.CodeAnalysis.CSharp (4)
FlowAnalysis\NullableWalker.cs (1)
7957if (argument.Kind == BoundKind.CollectionExpression)
Generated\BoundNodes.xml.Generated.cs (2)
6434: base(BoundKind.CollectionExpression, syntax, elements, type, hasErrors || placeholder.HasErrors() || collectionCreation.HasErrors() || collectionBuilderInvocationPlaceholder.HasErrors() || collectionBuilderInvocationConversion.HasErrors() || unconvertedCollectionExpression.HasErrors() || elements.HasErrors()) 9168case BoundKind.CollectionExpression:
Operations\CSharpOperationFactory.cs (1)
103case BoundKind.CollectionExpression: