4 references to ValuePlaceholder
Microsoft.CodeAnalysis.CSharp (4)
Generated\BoundNodes.xml.Generated.cs (3)
460
: base(BoundKind.
ValuePlaceholder
, syntax, type, hasErrors)
465
: base(BoundKind.
ValuePlaceholder
, syntax, type)
8522
case BoundKind.
ValuePlaceholder
:
Lowering\LocalRewriter\LocalRewriter.cs (1)
248
node.Kind is not (BoundKind.ImplicitReceiver or BoundKind.ObjectOrCollectionValuePlaceholder or BoundKind.
ValuePlaceholder
))