Generated\BoundNodes.xml.Generated.cs (118)
445: base(kind, syntax, type, hasErrors)
922: base(BoundKind.Dup, syntax, type, hasErrors)
953: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors())
981: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors())
1070: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors())
1105: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors)
1143: base(BoundKind.NamespaceExpression, syntax, null, hasErrors)
1184: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors())
1226: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors())
1274: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors())
1306: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors())
1335: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors)
1378: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors())
1410: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors())
1447: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors())
1484: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors())
1516: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors())
1546: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors())
1578: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors())
1610: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors())
1643: base(kind, syntax, type, hasErrors)
1696: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1779: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors())
1826: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1860: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors())
1895: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors())
1936: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors())
1967: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
2006: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors())
2050: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors())
2083: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors())
2112: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors())
2175: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors())
2210: base(kind, syntax, type, hasErrors)
2295: base(BoundKind.MethodDefIndex, syntax, type, hasErrors)
2335: base(BoundKind.LocalId, syntax, type, hasErrors)
2378: base(BoundKind.ParameterId, syntax, type, hasErrors)
2421: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors)
2456: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors)
2491: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors)
2529: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors)
2564: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors)
2599: base(BoundKind.ModuleVersionId, syntax, type, hasErrors)
2634: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors)
2669: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors)
2709: base(BoundKind.MethodInfo, syntax, type, hasErrors)
2752: base(BoundKind.FieldInfo, syntax, type, hasErrors)
2795: base(BoundKind.DefaultLiteral, syntax, null, hasErrors)
2818: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors())
2849: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors())
2884: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors())
2921: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors())
2953: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors())
2997: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors())
3030: base(BoundKind.ArgList, syntax, type, hasErrors)
3065: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors())
3096: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors())
4302: base(BoundKind.Literal, syntax, type, hasErrors)
4333: base(BoundKind.Utf8String, syntax, type, hasErrors)
4373: base(BoundKind.ThisReference, syntax, type, hasErrors)
4408: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors)
4443: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors)
4478: base(BoundKind.BaseReference, syntax, type, hasErrors)
4507: base(BoundKind.Local, syntax, type, hasErrors)
4556: base(BoundKind.PseudoVariable, syntax, type, hasErrors)
4601: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors())
4634: base(BoundKind.Parameter, syntax, type, hasErrors)
4774: base(BoundKind.Label, syntax, type, hasErrors)
4881: base(kind, syntax, type, hasErrors)
5725: base(kind, syntax, null, hasErrors)
5739: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors())
5767: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5803: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors())
5839: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors())
5878: base(kind, syntax, type, hasErrors)
5931: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors())
5964: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors())
6005: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors)
6043: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors())
6145: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
6200: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors())
6239: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors())
6284: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors())
6322: base(kind, syntax, type, hasErrors)
6394: base(kind, syntax, type, hasErrors)
6548: base(kind, syntax, type, hasErrors)
6698: base(kind, syntax, type, hasErrors)
6745: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors())
6794: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors)
6867: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors())
6944: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors)
6979: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors())
7015: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors)
7085: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors())
7121: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors())
7153: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors())
7184: base(kind, syntax, type, hasErrors)
7259: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7299: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors)
7339: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7377: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors())
7413: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors())
7464: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors())
7513: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors())
7554: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors())
7594: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors())
7634: base(BoundKind.UnboundLambda, syntax, null, hasErrors)
7678: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors())
7745: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors())
7778: base(kind, syntax, type, hasErrors)
7914: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors())
7949: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors())
8529: base(BoundKind.DiscardExpression, syntax, type, hasErrors)
8564: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors())
8592: base(kind, syntax, null, hasErrors)
8661: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors)
8762: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors())
8793: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())