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