118 references to
Microsoft.CodeAnalysis.CSharp (118)
Generated\BoundNodes.xml.Generated.cs (118)
426: base(kind, syntax, type, hasErrors) 903: base(BoundKind.Dup, syntax, type, hasErrors) 934: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors()) 962: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors()) 1051: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors()) 1086: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors) 1124: base(BoundKind.NamespaceExpression, syntax, null, hasErrors) 1165: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors()) 1207: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors()) 1255: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors()) 1287: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors()) 1316: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors) 1359: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors()) 1391: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors()) 1428: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors()) 1465: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors()) 1497: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors()) 1527: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors()) 1559: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors()) 1591: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors()) 1624: base(kind, syntax, type, hasErrors) 1677: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1764: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors()) 1811: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1845: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1880: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors()) 1921: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors()) 1952: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 1991: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2035: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors()) 2068: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors()) 2097: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors()) 2160: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors()) 2195: base(kind, syntax, type, hasErrors) 2280: base(BoundKind.MethodDefIndex, syntax, type, hasErrors) 2320: base(BoundKind.LocalId, syntax, type, hasErrors) 2363: base(BoundKind.ParameterId, syntax, type, hasErrors) 2406: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors) 2441: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors) 2476: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors) 2514: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors) 2549: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors) 2584: base(BoundKind.ModuleVersionId, syntax, type, hasErrors) 2619: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors) 2654: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors) 2694: base(BoundKind.MethodInfo, syntax, type, hasErrors) 2737: base(BoundKind.FieldInfo, syntax, type, hasErrors) 2780: base(BoundKind.DefaultLiteral, syntax, null, hasErrors) 2803: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors()) 2834: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors()) 2869: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors()) 2906: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors()) 2938: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors()) 2980: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors()) 3013: base(BoundKind.ArgList, syntax, type, hasErrors) 3048: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors()) 3079: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors()) 4285: base(BoundKind.Literal, syntax, type, hasErrors) 4316: base(BoundKind.Utf8String, syntax, type, hasErrors) 4356: base(BoundKind.ThisReference, syntax, type, hasErrors) 4391: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors) 4426: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors) 4461: base(BoundKind.BaseReference, syntax, type, hasErrors) 4490: base(BoundKind.Local, syntax, type, hasErrors) 4539: base(BoundKind.PseudoVariable, syntax, type, hasErrors) 4584: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors()) 4617: base(BoundKind.Parameter, syntax, type, hasErrors) 4757: base(BoundKind.Label, syntax, type, hasErrors) 4864: base(kind, syntax, type, hasErrors) 5708: base(kind, syntax, null, hasErrors) 5722: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors()) 5750: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5786: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5822: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors()) 5861: base(kind, syntax, type, hasErrors) 5914: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors()) 5947: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors()) 5988: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors) 6026: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors()) 6128: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 6183: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors()) 6222: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors()) 6267: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors()) 6305: base(kind, syntax, type, hasErrors) 6377: base(kind, syntax, type, hasErrors) 6531: base(kind, syntax, type, hasErrors) 6681: base(kind, syntax, type, hasErrors) 6728: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors()) 6777: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors) 6850: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors()) 6927: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors) 6962: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors()) 6998: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors) 7068: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors()) 7104: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors()) 7136: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors()) 7167: base(kind, syntax, type, hasErrors) 7242: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7282: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors) 7322: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7360: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7396: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 7447: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors()) 7496: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors()) 7537: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors()) 7577: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors()) 7617: base(BoundKind.UnboundLambda, syntax, null, hasErrors) 7661: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors()) 7728: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors()) 7761: base(kind, syntax, type, hasErrors) 7897: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors()) 7932: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors()) 8548: base(BoundKind.DiscardExpression, syntax, type, hasErrors) 8583: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors()) 8611: base(kind, syntax, null, hasErrors) 8680: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors) 8781: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors()) 8812: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())