118 references to
Microsoft.CodeAnalysis.CSharp (118)
Generated\BoundNodes.xml.Generated.cs (118)
426: base(kind, syntax, type, hasErrors) 901: base(BoundKind.Dup, syntax, type, hasErrors) 932: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors()) 960: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors()) 1053: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors()) 1088: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors) 1137: base(BoundKind.NamespaceExpression, syntax, null, hasErrors) 1178: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors()) 1220: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors()) 1268: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors()) 1300: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors()) 1329: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors) 1372: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors()) 1404: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors()) 1441: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors()) 1478: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors()) 1510: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors()) 1540: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors()) 1572: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors()) 1604: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors()) 1637: base(kind, syntax, type, hasErrors) 1694: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1785: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors()) 1832: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1866: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1901: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors()) 1942: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors()) 1973: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2012: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2056: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors()) 2089: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors()) 2118: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors()) 2189: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors()) 2224: base(kind, syntax, type, hasErrors) 2309: base(BoundKind.MethodDefIndex, syntax, type, hasErrors) 2353: base(BoundKind.LocalId, syntax, type, hasErrors) 2396: base(BoundKind.ParameterId, syntax, type, hasErrors) 2439: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors) 2474: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors) 2509: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors) 2547: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors) 2582: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors) 2617: base(BoundKind.ModuleVersionId, syntax, type, hasErrors) 2652: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors) 2687: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors) 2727: base(BoundKind.MethodInfo, syntax, type, hasErrors) 2770: base(BoundKind.FieldInfo, syntax, type, hasErrors) 2813: base(BoundKind.DefaultLiteral, syntax, null, hasErrors) 2836: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors()) 2867: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors()) 2902: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors()) 2939: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors()) 2971: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors()) 3019: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors()) 3052: base(BoundKind.ArgList, syntax, type, hasErrors) 3087: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors()) 3118: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors()) 4326: base(BoundKind.Literal, syntax, type, hasErrors) 4357: base(BoundKind.Utf8String, syntax, type, hasErrors) 4397: base(BoundKind.ThisReference, syntax, type, hasErrors) 4432: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors) 4467: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors) 4502: base(BoundKind.BaseReference, syntax, type, hasErrors) 4531: base(BoundKind.Local, syntax, type, hasErrors) 4580: base(BoundKind.PseudoVariable, syntax, type, hasErrors) 4625: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors()) 4658: base(BoundKind.Parameter, syntax, type, hasErrors) 4798: base(BoundKind.Label, syntax, type, hasErrors) 4905: base(kind, syntax, type, hasErrors) 5749: base(kind, syntax, null, hasErrors) 5763: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors()) 5791: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5827: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5863: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors()) 5902: base(kind, syntax, type, hasErrors) 5955: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors()) 5988: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors()) 6029: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors) 6067: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors()) 6169: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 6228: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors()) 6267: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors()) 6312: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors()) 6350: base(kind, syntax, type, hasErrors) 6422: base(kind, syntax, type, hasErrors) 6576: base(kind, syntax, type, hasErrors) 6726: base(kind, syntax, type, hasErrors) 6773: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors()) 6822: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors) 6895: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors()) 6972: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors) 7007: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors()) 7043: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors) 7113: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors()) 7149: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors()) 7181: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors()) 7212: base(kind, syntax, type, hasErrors) 7287: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7327: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors) 7367: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7405: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7441: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 7492: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors()) 7541: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors()) 7582: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors()) 7622: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors()) 7662: base(BoundKind.UnboundLambda, syntax, null, hasErrors) 7706: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors()) 7773: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors()) 7810: base(kind, syntax, type, hasErrors) 7946: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors()) 7981: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors()) 8597: base(BoundKind.DiscardExpression, syntax, type, hasErrors) 8632: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors()) 8660: base(kind, syntax, null, hasErrors) 8729: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors) 8830: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors()) 8861: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())