9 references to ValuePlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1206
case BoundKind.
ValuePlaceholder
:
4402
case BoundKind.
ValuePlaceholder
:
5098
case BoundKind.
ValuePlaceholder
:
Generated\BoundNodes.xml.Generated.cs (4)
459
: base(BoundKind.
ValuePlaceholder
, syntax, type, hasErrors)
464
: base(BoundKind.
ValuePlaceholder
, syntax, type)
9083
case BoundKind.
ValuePlaceholder
:
17702
BoundKind.
ValuePlaceholder
=> PipelinePhase.LocalRewriting,
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
253
case BoundKind.
ValuePlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
291
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.
ValuePlaceholder
or BoundKind.CollectionBuilderElementsPlaceholder))