11 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
869
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
1631
return Flags.Includes(BinderFlags.ObjectInitializerMember) && receiver.Kind == BoundKind.
ObjectOrCollectionValuePlaceholder
||
4495
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)
670
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type, hasErrors)
679
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type)
8852
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
)))