9 references to ValuePlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1209
case BoundKind.
ValuePlaceholder
:
4408
case BoundKind.
ValuePlaceholder
:
5063
case BoundKind.
ValuePlaceholder
:
Generated\BoundNodes.xml.Generated.cs (4)
456
: base(BoundKind.
ValuePlaceholder
, syntax, type, hasErrors)
461
: base(BoundKind.
ValuePlaceholder
, syntax, type)
8983
case BoundKind.
ValuePlaceholder
:
17466
BoundKind.
ValuePlaceholder
=> PipelinePhase.LocalRewriting,
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
253
case BoundKind.
ValuePlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
290
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.
ValuePlaceholder
or BoundKind.CollectionBuilderElementsPlaceholder))