11 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (3)
699case BoundKind.ObjectOrCollectionValuePlaceholder: 1398return Flags.Includes(BinderFlags.ObjectInitializerMember) && receiver.Kind == BoundKind.ObjectOrCollectionValuePlaceholder || 3774case BoundKind.ObjectOrCollectionValuePlaceholder:
FlowAnalysis\NullableWalker.cs (2)
530case BoundKind.ObjectOrCollectionValuePlaceholder: 3952Debug.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) 8534case BoundKind.ObjectOrCollectionValuePlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
248node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder))
Operations\CSharpOperationFactory.cs (1)
272case BoundKind.ObjectOrCollectionValuePlaceholder:
Operations\CSharpOperationFactory_Methods.cs (1)
315&& receiverOpt.Kind != BoundKind.ObjectOrCollectionValuePlaceholder)))