11 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
699
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
1398
return Flags.Includes(BinderFlags.ObjectInitializerMember) && receiver.Kind == BoundKind.
ObjectOrCollectionValuePlaceholder
||
3774
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
FlowAnalysis\NullableWalker.cs (2)
530
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
3952
Debug.Assert(node.ImplicitReceiverOpt.Kind == BoundKind.
ObjectOrCollectionValuePlaceholder
);
Generated\BoundNodes.xml.Generated.cs (3)
658
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type, hasErrors)
667
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type)
8534
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
248
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.
ObjectOrCollectionValuePlaceholder
or BoundKind.ValuePlaceholder))
Operations\CSharpOperationFactory.cs (1)
272
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Operations\CSharpOperationFactory_Methods.cs (1)
315
&& receiverOpt.Kind != BoundKind.
ObjectOrCollectionValuePlaceholder
)))