9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1210
case BoundKind.
CollectionBuilderElementsPlaceholder
:
4414
case BoundKind.
CollectionBuilderElementsPlaceholder
:
5069
case BoundKind.
CollectionBuilderElementsPlaceholder
:
Generated\BoundNodes.xml.Generated.cs (4)
906
: base(BoundKind.
CollectionBuilderElementsPlaceholder
, syntax, type, hasErrors)
911
: base(BoundKind.
CollectionBuilderElementsPlaceholder
, syntax, type)
9131
case BoundKind.
CollectionBuilderElementsPlaceholder
:
17712
BoundKind.
CollectionBuilderElementsPlaceholder
=> PipelinePhase.LocalRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
290
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder or BoundKind.
CollectionBuilderElementsPlaceholder
))
Operations\CSharpOperationFactory.cs (1)
325
case BoundKind.
CollectionBuilderElementsPlaceholder
: