9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1210case BoundKind.CollectionBuilderElementsPlaceholder: 4409case BoundKind.CollectionBuilderElementsPlaceholder: 5064case BoundKind.CollectionBuilderElementsPlaceholder:
Generated\BoundNodes.xml.Generated.cs (4)
903: base(BoundKind.CollectionBuilderElementsPlaceholder, syntax, type, hasErrors) 908: base(BoundKind.CollectionBuilderElementsPlaceholder, syntax, type) 9007case BoundKind.CollectionBuilderElementsPlaceholder: 17473BoundKind.CollectionBuilderElementsPlaceholder => PipelinePhase.LocalRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
290node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder or BoundKind.CollectionBuilderElementsPlaceholder))
Operations\CSharpOperationFactory.cs (1)
325case BoundKind.CollectionBuilderElementsPlaceholder: