Generated\BoundNodes.xml.Generated.cs (14)
445: base(kind, syntax, type, hasErrors)
459: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors)
487: base(BoundKind.CapturedReceiverPlaceholder, syntax, type, hasErrors || receiver.HasErrors())
515: base(BoundKind.DeconstructValuePlaceholder, syntax, type, hasErrors)
556: base(BoundKind.TupleOperandPlaceholder, syntax, type, hasErrors)
591: base(BoundKind.AwaitableValuePlaceholder, syntax, type, hasErrors)
620: base(BoundKind.DisposableValuePlaceholder, syntax, type, hasErrors)
655: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type, hasErrors)
693: base(BoundKind.ImplicitIndexerValuePlaceholder, syntax, type, hasErrors)
728: base(BoundKind.ImplicitIndexerReceiverPlaceholder, syntax, type, hasErrors)
906: base(BoundKind.CollectionBuilderElementsPlaceholder, syntax, type, hasErrors)
6615: base(BoundKind.CollectionExpressionSpreadExpressionPlaceholder, syntax, type, hasErrors)
7987: base(BoundKind.InterpolatedStringHandlerPlaceholder, syntax, type, hasErrors)
8015: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors)