13 references to
Microsoft.CodeAnalysis.CSharp (13)
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()) 510: base(BoundKind.DeconstructValuePlaceholder, syntax, type, hasErrors) 551: base(BoundKind.TupleOperandPlaceholder, syntax, type, hasErrors) 586: base(BoundKind.AwaitableValuePlaceholder, syntax, type, hasErrors) 615: base(BoundKind.DisposableValuePlaceholder, syntax, type, hasErrors) 650: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type, hasErrors) 688: base(BoundKind.ImplicitIndexerValuePlaceholder, syntax, type, hasErrors) 723: base(BoundKind.ImplicitIndexerReceiverPlaceholder, syntax, type, hasErrors) 6506: base(BoundKind.CollectionExpressionSpreadExpressionPlaceholder, syntax, type, hasErrors) 7878: base(BoundKind.InterpolatedStringHandlerPlaceholder, syntax, type, hasErrors) 7906: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors)