9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1210case BoundKind.CollectionBuilderElementsPlaceholder: 4414case BoundKind.CollectionBuilderElementsPlaceholder: 5069case BoundKind.CollectionBuilderElementsPlaceholder:
Generated\BoundNodes.xml.Generated.cs (4)
906: base(BoundKind.CollectionBuilderElementsPlaceholder, syntax, type, hasErrors) 911: base(BoundKind.CollectionBuilderElementsPlaceholder, syntax, type) 9131case BoundKind.CollectionBuilderElementsPlaceholder: 17712BoundKind.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: