11 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (4)
1115case BoundKind.ObjectOrCollectionValuePlaceholder: 1921return (receiver.Kind == BoundKind.ObjectOrCollectionValuePlaceholder && IsObjectInitializerMemberTarget(node)) || 4421case BoundKind.ObjectOrCollectionValuePlaceholder: 5113case 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)))