7 references to ValuePlaceholder
Microsoft.CodeAnalysis.CSharp (7)
Binder\Binder.ValueChecks.cs (1)
1193case BoundKind.ValuePlaceholder:
Generated\BoundNodes.xml.Generated.cs (4)
454: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors) 459: base(BoundKind.ValuePlaceholder, syntax, type) 8907case BoundKind.ValuePlaceholder: 17334BoundKind.ValuePlaceholder => PipelinePhase.LocalRewriting,
Lowering\ClosureConversion\ExpressionLambdaRewriter.cs (1)
253case BoundKind.ValuePlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
290node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder))