9 references to ValuePlaceholder
Microsoft.CodeAnalysis.CSharp (9)
Binder\Binder.ValueChecks.cs (3)
1209case BoundKind.ValuePlaceholder: 4413case BoundKind.ValuePlaceholder: 5068case BoundKind.ValuePlaceholder:
Generated\BoundNodes.xml.Generated.cs (4)
459: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors) 464: base(BoundKind.ValuePlaceholder, syntax, type) 9105case BoundKind.ValuePlaceholder: 17702BoundKind.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 or BoundKind.CollectionBuilderElementsPlaceholder))