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