11 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
869case BoundKind.ObjectOrCollectionValuePlaceholder: 1631return Flags.Includes(BinderFlags.ObjectInitializerMember) && receiver.Kind == BoundKind.ObjectOrCollectionValuePlaceholder || 4495case BoundKind.ObjectOrCollectionValuePlaceholder:
FlowAnalysis\NullableWalker.cs (2)
563case BoundKind.ObjectOrCollectionValuePlaceholder: 4352Debug.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) 8852case BoundKind.ObjectOrCollectionValuePlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
286node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder))
Operations\CSharpOperationFactory.cs (1)
276case BoundKind.ObjectOrCollectionValuePlaceholder:
Operations\CSharpOperationFactory_Methods.cs (1)
395&& receiverOpt.Kind != BoundKind.ObjectOrCollectionValuePlaceholder)))