9 references to CollectionBuilderElementsPlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1210
case BoundKind.
CollectionBuilderElementsPlaceholder
:
4409
case BoundKind.
CollectionBuilderElementsPlaceholder
:
5064
case BoundKind.
CollectionBuilderElementsPlaceholder
:
Generated\BoundNodes.xml.Generated.cs (4)
903
: base(BoundKind.
CollectionBuilderElementsPlaceholder
, syntax, type, hasErrors)
908
: base(BoundKind.
CollectionBuilderElementsPlaceholder
, syntax, type)
9007
case BoundKind.
CollectionBuilderElementsPlaceholder
:
17473
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
: