5 references to ValuePlaceholder
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.ValueChecks.cs (1)
937case BoundKind.ValuePlaceholder:
Generated\BoundNodes.xml.Generated.cs (3)
472: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors) 477: base(BoundKind.ValuePlaceholder, syntax, type) 8838case BoundKind.ValuePlaceholder:
Lowering\LocalRewriter\LocalRewriter.cs (1)
286node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.ValuePlaceholder))