9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1207
case BoundKind.
CollectionBuilderElementsPlaceholder
:
4403
case BoundKind.
CollectionBuilderElementsPlaceholder
:
5099
case BoundKind.
CollectionBuilderElementsPlaceholder
:
Generated\BoundNodes.xml.Generated.cs (4)
900
: base(BoundKind.
CollectionBuilderElementsPlaceholder
, syntax, type, hasErrors)
905
: base(BoundKind.
CollectionBuilderElementsPlaceholder
, syntax, type)
9109
case BoundKind.
CollectionBuilderElementsPlaceholder
:
17712
BoundKind.
CollectionBuilderElementsPlaceholder
=> PipelinePhase.LocalRewriting,
Lowering\LocalRewriter\LocalRewriter.cs (1)
291
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder or BoundKind.
CollectionBuilderElementsPlaceholder
))
Operations\CSharpOperationFactory.cs (1)
325
case BoundKind.
CollectionBuilderElementsPlaceholder
: