13 references to
Microsoft.CodeAnalysis.CSharp (13)
Generated\BoundNodes.xml.Generated.cs (13)
458: base(kind, syntax, type, hasErrors) 472: base(BoundKind.ValuePlaceholder, syntax, type, hasErrors) 500: base(BoundKind.CapturedReceiverPlaceholder, syntax, type, hasErrors || receiver.HasErrors()) 530: base(BoundKind.DeconstructValuePlaceholder, syntax, type, hasErrors) 571: base(BoundKind.TupleOperandPlaceholder, syntax, type, hasErrors) 606: base(BoundKind.AwaitableValuePlaceholder, syntax, type, hasErrors) 635: base(BoundKind.DisposableValuePlaceholder, syntax, type, hasErrors) 670: base(BoundKind.ObjectOrCollectionValuePlaceholder, syntax, type, hasErrors) 708: base(BoundKind.ImplicitIndexerValuePlaceholder, syntax, type, hasErrors) 743: base(BoundKind.ImplicitIndexerReceiverPlaceholder, syntax, type, hasErrors) 6479: base(BoundKind.CollectionExpressionSpreadExpressionPlaceholder, syntax, type, hasErrors) 7847: base(BoundKind.InterpolatedStringHandlerPlaceholder, syntax, type, hasErrors) 7875: base(BoundKind.InterpolatedStringArgumentPlaceholder, syntax, type, hasErrors)