10 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (10)
Binder\Binder.ValueChecks.cs (3)
1114case BoundKind.ObjectOrCollectionValuePlaceholder: 1915return Flags.Includes(BinderFlags.ObjectInitializerMember) && receiver.Kind == BoundKind.ObjectOrCollectionValuePlaceholder || 4734case BoundKind.ObjectOrCollectionValuePlaceholder:
FlowAnalysis\NullableWalker.cs (1)
599case BoundKind.ObjectOrCollectionValuePlaceholder:
Generated\BoundNodes.xml.Generated.cs (3)
655: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type, hasErrors) 664: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type) 9117case BoundKind.ObjectOrCollectionValuePlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
290node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder or BoundKind.CollectionBuilderElementsPlaceholder))
Operations\CSharpOperationFactory.cs (1)
275case BoundKind.ObjectOrCollectionValuePlaceholder:
Operations\CSharpOperationFactory_Methods.cs (1)
395&& receiverOpt.Kind != BoundKind.ObjectOrCollectionValuePlaceholder)))