Generated\BoundNodes.xml.Generated.cs (118)
426: base(kind, syntax, type, hasErrors)
903: base(BoundKind.Dup, syntax, type, hasErrors)
934: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors())
962: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors())
1051: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors())
1086: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors)
1124: base(BoundKind.NamespaceExpression, syntax, null, hasErrors)
1165: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors())
1207: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors())
1255: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors())
1287: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors())
1316: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors)
1359: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors())
1391: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors())
1428: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors())
1465: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors())
1497: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors())
1527: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors())
1559: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors())
1591: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors())
1624: base(kind, syntax, type, hasErrors)
1677: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1768: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors())
1815: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1849: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1884: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors())
1925: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors())
1956: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
1995: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
2039: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors())
2072: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors())
2101: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors())
2164: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors())
2199: base(kind, syntax, type, hasErrors)
2284: base(BoundKind.MethodDefIndex, syntax, type, hasErrors)
2328: base(BoundKind.LocalId, syntax, type, hasErrors)
2371: base(BoundKind.ParameterId, syntax, type, hasErrors)
2414: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors)
2449: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors)
2484: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors)
2522: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors)
2557: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors)
2592: base(BoundKind.ModuleVersionId, syntax, type, hasErrors)
2627: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors)
2662: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors)
2702: base(BoundKind.MethodInfo, syntax, type, hasErrors)
2745: base(BoundKind.FieldInfo, syntax, type, hasErrors)
2788: base(BoundKind.DefaultLiteral, syntax, null, hasErrors)
2811: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors())
2842: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors())
2877: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors())
2914: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors())
2946: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors())
2988: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors())
3021: base(BoundKind.ArgList, syntax, type, hasErrors)
3056: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors())
3087: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors())
4293: base(BoundKind.Literal, syntax, type, hasErrors)
4324: base(BoundKind.Utf8String, syntax, type, hasErrors)
4364: base(BoundKind.ThisReference, syntax, type, hasErrors)
4399: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors)
4434: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors)
4469: base(BoundKind.BaseReference, syntax, type, hasErrors)
4498: base(BoundKind.Local, syntax, type, hasErrors)
4547: base(BoundKind.PseudoVariable, syntax, type, hasErrors)
4592: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors())
4625: base(BoundKind.Parameter, syntax, type, hasErrors)
4765: base(BoundKind.Label, syntax, type, hasErrors)
4872: base(kind, syntax, type, hasErrors)
5716: base(kind, syntax, null, hasErrors)
5730: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors())
5758: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5794: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5830: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors())
5869: base(kind, syntax, type, hasErrors)
5922: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors())
5955: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors())
5996: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors)
6034: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors())
6136: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
6191: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors())
6230: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors())
6275: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors())
6313: base(kind, syntax, type, hasErrors)
6385: base(kind, syntax, type, hasErrors)
6539: base(kind, syntax, type, hasErrors)
6689: base(kind, syntax, type, hasErrors)
6736: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors())
6785: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors)
6858: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors())
6935: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors)
6970: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors())
7006: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors)
7076: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors())
7112: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors())
7144: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors())
7175: base(kind, syntax, type, hasErrors)
7250: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7290: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors)
7330: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7368: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7404: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
7455: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors())
7504: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors())
7545: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors())
7585: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors())
7625: base(BoundKind.UnboundLambda, syntax, null, hasErrors)
7669: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors())
7736: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors())
7769: base(kind, syntax, type, hasErrors)
7905: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors())
7940: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors())
8556: base(BoundKind.DiscardExpression, syntax, type, hasErrors)
8591: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors())
8619: base(kind, syntax, null, hasErrors)
8688: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors)
8789: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors())
8820: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())