11 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
846
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
1608
return Flags.Includes(BinderFlags.ObjectInitializerMember) && receiver.Kind == BoundKind.
ObjectOrCollectionValuePlaceholder
||
4471
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
FlowAnalysis\NullableWalker.cs (2)
563
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
4352
Debug.Assert(node.ImplicitReceiverOpt.Kind == BoundKind.
ObjectOrCollectionValuePlaceholder
);
Generated\BoundNodes.xml.Generated.cs (3)
671
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type, hasErrors)
680
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type)
8853
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
286
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.
ObjectOrCollectionValuePlaceholder
or BoundKind.ValuePlaceholder))
Operations\CSharpOperationFactory.cs (1)
276
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Operations\CSharpOperationFactory_Methods.cs (1)
395
&& receiverOpt.Kind != BoundKind.
ObjectOrCollectionValuePlaceholder
)))