11 references to ObjectOrCollectionValuePlaceholder
Microsoft.CodeAnalysis.CSharp (11)
Binder\Binder.ValueChecks.cs (4)
1115
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
1921
return (receiver.Kind == BoundKind.
ObjectOrCollectionValuePlaceholder
&& IsObjectInitializerMemberTarget(node)) ||
4421
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
5113
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
FlowAnalysis\NullableWalker.cs (1)
599
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Generated\BoundNodes.xml.Generated.cs (3)
655
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type, hasErrors)
664
: base(BoundKind.
ObjectOrCollectionValuePlaceholder
, syntax, type)
9117
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
290
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.
ObjectOrCollectionValuePlaceholder
or BoundKind.ValuePlaceholder or BoundKind.CollectionBuilderElementsPlaceholder))
Operations\CSharpOperationFactory.cs (1)
275
case BoundKind.
ObjectOrCollectionValuePlaceholder
:
Operations\CSharpOperationFactory_Methods.cs (1)
395
&& receiverOpt.Kind != BoundKind.
ObjectOrCollectionValuePlaceholder
)))