118 references to
Microsoft.CodeAnalysis.CSharp (118)
Generated\BoundNodes.xml.Generated.cs (118)
428: base(kind, syntax, type, hasErrors) 931: base(BoundKind.Dup, syntax, type, hasErrors) 962: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors()) 990: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors()) 1083: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors()) 1118: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors) 1167: base(BoundKind.NamespaceExpression, syntax, null, hasErrors) 1208: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors()) 1250: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors()) 1298: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors()) 1330: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors()) 1359: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors) 1402: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors()) 1434: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors()) 1471: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors()) 1508: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors()) 1540: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors()) 1570: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors()) 1602: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors()) 1634: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors()) 1667: base(kind, syntax, type, hasErrors) 1724: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1815: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors()) 1862: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1896: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1931: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors()) 1972: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors()) 2003: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2042: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2086: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors()) 2119: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors()) 2148: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors()) 2219: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors()) 2254: base(kind, syntax, type, hasErrors) 2339: base(BoundKind.MethodDefIndex, syntax, type, hasErrors) 2383: base(BoundKind.LocalId, syntax, type, hasErrors) 2426: base(BoundKind.ParameterId, syntax, type, hasErrors) 2469: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors) 2504: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors) 2539: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors) 2577: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors) 2612: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors) 2647: base(BoundKind.ModuleVersionId, syntax, type, hasErrors) 2682: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors) 2717: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors) 2757: base(BoundKind.MethodInfo, syntax, type, hasErrors) 2800: base(BoundKind.FieldInfo, syntax, type, hasErrors) 2843: base(BoundKind.DefaultLiteral, syntax, null, hasErrors) 2866: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors()) 2897: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors()) 2932: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors()) 2969: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors()) 3001: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors()) 3049: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors()) 3082: base(BoundKind.ArgList, syntax, type, hasErrors) 3117: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors()) 3148: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors()) 4356: base(BoundKind.Literal, syntax, type, hasErrors) 4387: base(BoundKind.Utf8String, syntax, type, hasErrors) 4427: base(BoundKind.ThisReference, syntax, type, hasErrors) 4462: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors) 4497: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors) 4532: base(BoundKind.BaseReference, syntax, type, hasErrors) 4561: base(BoundKind.Local, syntax, type, hasErrors) 4610: base(BoundKind.PseudoVariable, syntax, type, hasErrors) 4655: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors()) 4688: base(BoundKind.Parameter, syntax, type, hasErrors) 4828: base(BoundKind.Label, syntax, type, hasErrors) 4935: base(kind, syntax, type, hasErrors) 5781: base(kind, syntax, null, hasErrors) 5795: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors()) 5823: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5859: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5895: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors()) 5934: base(kind, syntax, type, hasErrors) 5987: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors()) 6020: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors()) 6061: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors) 6099: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors()) 6201: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 6260: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors()) 6299: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors()) 6344: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors()) 6382: base(kind, syntax, type, hasErrors) 6454: base(kind, syntax, type, hasErrors) 6650: base(kind, syntax, type, hasErrors) 6800: base(kind, syntax, type, hasErrors) 6847: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors()) 6896: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors) 6969: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors()) 7046: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors) 7081: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors()) 7117: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors) 7187: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors()) 7223: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors()) 7255: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors()) 7286: base(kind, syntax, type, hasErrors) 7361: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7401: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors) 7441: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7479: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7515: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 7566: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors()) 7615: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors()) 7656: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors()) 7696: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors()) 7736: base(BoundKind.UnboundLambda, syntax, null, hasErrors) 7780: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors()) 7847: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors()) 7884: base(kind, syntax, type, hasErrors) 8020: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors()) 8055: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors()) 8671: base(BoundKind.DiscardExpression, syntax, type, hasErrors) 8706: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors()) 8734: base(kind, syntax, null, hasErrors) 8803: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors) 8904: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors()) 8935: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())