Generated\BoundNodes.xml.Generated.cs (12)
446: base(kind, syntax, type, hasErrors)
460: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors)
488: base(BoundKind.CapturedReceiverPlaceholder, syntax, type, hasErrors || receiver.HasErrors())
518: base(BoundKind.DeconstructValuePlaceholder, syntax, type, hasErrors)
559: base(BoundKind.TupleOperandPlaceholder, syntax, type, hasErrors)
594: base(BoundKind.AwaitableValuePlaceholder, syntax, type, hasErrors)
623: base(BoundKind.DisposableValuePlaceholder, syntax, type, hasErrors)
658: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type, hasErrors)
696: base(BoundKind.ImplicitIndexerValuePlaceholder, syntax, type, hasErrors)
731: base(BoundKind.ImplicitIndexerReceiverPlaceholder, syntax, type, hasErrors)
7529: base(BoundKind.InterpolatedStringHandlerPlaceholder, syntax, type, hasErrors)
7557: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors)