Generated\BoundNodes.xml.Generated.cs (113)
432: base(kind, syntax, type, hasErrors)
909: base(BoundKind.Dup, syntax, type, hasErrors)
940: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors())
968: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors())
1057: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors())
1092: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors)
1130: base(BoundKind.NamespaceExpression, syntax, null, hasErrors)
1171: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors())
1213: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors())
1261: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors())
1293: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors())
1322: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors)
1365: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors())
1397: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors())
1434: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors())
1471: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors())
1503: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors())
1533: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors())
1565: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors())
1597: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors())
1630: base(kind, syntax, type, hasErrors)
1683: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1766: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors())
1813: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1847: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1882: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors())
1923: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors())
1954: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
1993: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
2037: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors())
2070: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors())
2133: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors())
2166: base(kind, syntax, type, hasErrors)
2253: base(BoundKind.MethodDefIndex, syntax, type, hasErrors)
2293: base(BoundKind.LocalId, syntax, type, hasErrors)
2336: base(BoundKind.ParameterId, syntax, type, hasErrors)
2379: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors)
2414: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors)
2449: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors)
2487: base(BoundKind.ModuleVersionId, syntax, type, hasErrors)
2522: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors)
2557: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors)
2597: base(BoundKind.MethodInfo, syntax, type, hasErrors)
2640: base(BoundKind.FieldInfo, syntax, type, hasErrors)
2683: base(BoundKind.DefaultLiteral, syntax, null, hasErrors)
2706: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors())
2737: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors())
2772: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors())
2809: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors())
2841: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors())
2885: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors())
2918: base(BoundKind.ArgList, syntax, type, hasErrors)
2953: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors())
2984: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors())
4190: base(BoundKind.Literal, syntax, type, hasErrors)
4221: base(BoundKind.Utf8String, syntax, type, hasErrors)
4261: base(BoundKind.ThisReference, syntax, type, hasErrors)
4296: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors)
4331: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors)
4366: base(BoundKind.BaseReference, syntax, type, hasErrors)
4395: base(BoundKind.Local, syntax, type, hasErrors)
4444: base(BoundKind.PseudoVariable, syntax, type, hasErrors)
4489: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors())
4522: base(BoundKind.Parameter, syntax, type, hasErrors)
4662: base(BoundKind.Label, syntax, type, hasErrors)
4769: base(kind, syntax, type, hasErrors)
5613: base(kind, syntax, null, hasErrors)
5627: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors())
5655: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5691: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5727: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors())
5766: base(kind, syntax, type, hasErrors)
5819: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors())
5852: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors())
5893: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors)
5931: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors())
6033: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
6086: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors())
6125: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors())
6170: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors())
6208: base(kind, syntax, type, hasErrors)
6280: base(kind, syntax, type, hasErrors)
6430: base(kind, syntax, type, hasErrors)
6477: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors())
6524: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors)
6597: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors())
6674: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors)
6709: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors())
6745: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors)
6815: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors())
6851: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors())
6883: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors())
6914: base(kind, syntax, type, hasErrors)
6989: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7029: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors)
7069: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7103: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7139: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
7186: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors())
7235: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors())
7275: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors())
7315: base(BoundKind.UnboundLambda, syntax, null, hasErrors)
7359: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors())
7426: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors())
7459: base(kind, syntax, type, hasErrors)
7595: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors())
7630: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors())
8210: base(BoundKind.DiscardExpression, syntax, type, hasErrors)
8245: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors())
8273: base(kind, syntax, null, hasErrors)
8342: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors)
8443: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors())
8474: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())