10 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (3)
876
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
1638
return Flags.Includes(BinderFlags.ObjectInitializerMember) && receiver.Kind == BoundKind.
ObjectOrCollectionValuePlaceholder
||
4574
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
FlowAnalysis\NullableWalker.cs (1)
572
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Generated\BoundNodes.xml.Generated.cs (3)
671
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type, hasErrors)
680
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type)
8887
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
)))