Generated\BoundNodes.xml.Generated.cs (13)
440: base(kind, syntax, type, hasErrors)
454: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors)
482: base(BoundKind.CapturedReceiverPlaceholder, syntax, type, hasErrors || receiver.HasErrors())
512: base(BoundKind.DeconstructValuePlaceholder, syntax, type, hasErrors)
553: base(BoundKind.TupleOperandPlaceholder, syntax, type, hasErrors)
588: base(BoundKind.AwaitableValuePlaceholder, syntax, type, hasErrors)
617: base(BoundKind.DisposableValuePlaceholder, syntax, type, hasErrors)
652: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type, hasErrors)
690: base(BoundKind.ImplicitIndexerValuePlaceholder, syntax, type, hasErrors)
725: base(BoundKind.ImplicitIndexerReceiverPlaceholder, syntax, type, hasErrors)
6463: base(BoundKind.CollectionExpressionSpreadExpressionPlaceholder, syntax, type, hasErrors)
7831: base(BoundKind.InterpolatedStringHandlerPlaceholder, syntax, type, hasErrors)
7859: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors)