Generated\BoundNodes.xml.Generated.cs (119)
431: base(kind, syntax, type, hasErrors)
934: base(BoundKind.Dup, syntax, type, hasErrors)
965: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors())
993: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors())
1086: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors())
1121: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors)
1170: base(BoundKind.NamespaceExpression, syntax, null, hasErrors)
1211: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors())
1253: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors())
1301: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors())
1333: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors())
1362: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors)
1405: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors())
1437: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors())
1474: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors())
1511: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors())
1543: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors())
1573: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors())
1605: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors())
1637: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors())
1670: base(kind, syntax, type, hasErrors)
1727: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1818: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors())
1865: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1899: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1934: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors())
1975: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors())
2006: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
2045: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
2089: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors())
2122: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors())
2151: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors())
2222: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors())
2257: base(kind, syntax, type, hasErrors)
2342: base(BoundKind.MethodDefIndex, syntax, type, hasErrors)
2386: base(BoundKind.LocalId, syntax, type, hasErrors)
2429: base(BoundKind.ParameterId, syntax, type, hasErrors)
2472: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors)
2507: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors)
2542: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors)
2580: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors)
2615: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors)
2650: base(BoundKind.ModuleVersionId, syntax, type, hasErrors)
2685: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors)
2720: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors)
2760: base(BoundKind.MethodInfo, syntax, type, hasErrors)
2803: base(BoundKind.FieldInfo, syntax, type, hasErrors)
2846: base(BoundKind.DefaultLiteral, syntax, null, hasErrors)
2869: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors())
2900: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors())
2935: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors())
2972: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors())
3004: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors())
3052: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors())
3085: base(BoundKind.ArgList, syntax, type, hasErrors)
3120: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors())
3151: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors())
4359: base(BoundKind.Literal, syntax, type, hasErrors)
4390: base(BoundKind.Utf8String, syntax, type, hasErrors)
4430: base(BoundKind.ThisReference, syntax, type, hasErrors)
4465: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors)
4500: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors)
4535: base(BoundKind.BaseReference, syntax, type, hasErrors)
4564: base(BoundKind.Local, syntax, type, hasErrors)
4613: base(BoundKind.PseudoVariable, syntax, type, hasErrors)
4658: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors())
4691: base(BoundKind.Parameter, syntax, type, hasErrors)
4831: base(BoundKind.Label, syntax, type, hasErrors)
4938: base(kind, syntax, type, hasErrors)
5814: base(kind, syntax, null, hasErrors)
5828: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors())
5856: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5892: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5928: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors())
5967: base(kind, syntax, type, hasErrors)
6020: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors())
6053: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors())
6094: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors)
6132: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors())
6234: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
6293: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors())
6332: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors())
6377: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors())
6415: base(kind, syntax, type, hasErrors)
6487: base(kind, syntax, type, hasErrors)
6683: base(kind, syntax, type, hasErrors)
6833: base(kind, syntax, type, hasErrors)
6880: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors())
6929: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors)
7002: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors())
7079: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors)
7114: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors())
7150: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors)
7220: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors())
7256: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors())
7288: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors())
7319: base(kind, syntax, type, hasErrors)
7394: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7434: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors)
7474: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7512: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7548: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
7599: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors())
7648: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors())
7689: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors())
7729: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors())
7769: base(BoundKind.UnboundLambda, syntax, null, hasErrors)
7813: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors())
7880: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors())
7917: base(kind, syntax, type, hasErrors)
8053: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors())
8088: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors())
8768: base(BoundKind.DiscardExpression, syntax, type, hasErrors)
8803: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors())
8831: base(kind, syntax, null, hasErrors)
8900: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors)
9001: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors())
9032: base(BoundKind.ValueForNullableAnalysis, syntax, type, hasErrors || originalExpression.HasErrors())
9057: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())