13 references to
Microsoft.CodeAnalysis.CSharp (13)
Generated\BoundNodes.xml.Generated.cs (13)
459: base(kind, syntax, type, hasErrors) 473: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors) 501: base(BoundKind.CapturedReceiverPlaceholder, syntax, type, hasErrors || receiver.HasErrors()) 531: base(BoundKind.DeconstructValuePlaceholder, syntax, type, hasErrors) 572: base(BoundKind.TupleOperandPlaceholder, syntax, type, hasErrors) 607: base(BoundKind.AwaitableValuePlaceholder, syntax, type, hasErrors) 636: base(BoundKind.DisposableValuePlaceholder, syntax, type, hasErrors) 671: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type, hasErrors) 709: base(BoundKind.ImplicitIndexerValuePlaceholder, syntax, type, hasErrors) 744: base(BoundKind.ImplicitIndexerReceiverPlaceholder, syntax, type, hasErrors) 6480: base(BoundKind.CollectionExpressionSpreadExpressionPlaceholder, syntax, type, hasErrors) 7848: base(BoundKind.InterpolatedStringHandlerPlaceholder, syntax, type, hasErrors) 7876: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors)