118 references to
Microsoft.CodeAnalysis.CSharp (118)
Generated\BoundNodes.xml.Generated.cs (118)
444: base(kind, syntax, type, hasErrors) 921: base(BoundKind.Dup, syntax, type, hasErrors) 952: base(BoundKind.PassByCopy, syntax, type, hasErrors || expression.HasErrors()) 980: base(BoundKind.BadExpression, syntax, type, hasErrors || childBoundNodes.HasErrors()) 1069: base(BoundKind.TypeExpression, syntax, type, hasErrors || boundContainingTypeOpt.HasErrors() || boundDimensionsOpt.HasErrors()) 1104: base(BoundKind.TypeOrValueExpression, syntax, type, hasErrors) 1142: base(BoundKind.NamespaceExpression, syntax, null, hasErrors) 1183: base(BoundKind.UnaryOperator, syntax, type, hasErrors || operand.HasErrors()) 1225: base(BoundKind.IncrementOperator, syntax, type, hasErrors || operand.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors() || resultPlaceholder.HasErrors() || resultConversion.HasErrors()) 1273: base(BoundKind.AddressOfOperator, syntax, type, hasErrors || operand.HasErrors()) 1305: base(BoundKind.UnconvertedAddressOfOperator, syntax, null, hasErrors || operand.HasErrors()) 1334: base(BoundKind.FunctionPointerLoad, syntax, type, hasErrors) 1377: base(BoundKind.PointerIndirectionOperator, syntax, type, hasErrors || operand.HasErrors()) 1409: base(BoundKind.PointerElementAccess, syntax, type, hasErrors || expression.HasErrors() || index.HasErrors()) 1446: base(BoundKind.FunctionPointerInvocation, syntax, type, hasErrors || invokedExpression.HasErrors() || arguments.HasErrors()) 1483: base(BoundKind.RefTypeOperator, syntax, type, hasErrors || operand.HasErrors()) 1515: base(BoundKind.MakeRefOperator, syntax, type, hasErrors || operand.HasErrors()) 1545: base(BoundKind.RefValueOperator, syntax, type, hasErrors || operand.HasErrors()) 1577: base(BoundKind.FromEndIndexExpression, syntax, type, hasErrors || operand.HasErrors()) 1609: base(BoundKind.RangeExpression, syntax, type, hasErrors || leftOperandOpt.HasErrors() || rightOperandOpt.HasErrors()) 1642: base(kind, syntax, type, hasErrors) 1695: base(BoundKind.TupleBinaryOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1778: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors()) 1825: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1859: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1894: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors()) 1935: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors()) 1966: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2005: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2049: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors()) 2082: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors()) 2111: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors()) 2174: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors()) 2209: base(kind, syntax, type, hasErrors) 2294: base(BoundKind.MethodDefIndex, syntax, type, hasErrors) 2334: base(BoundKind.LocalId, syntax, type, hasErrors) 2377: base(BoundKind.ParameterId, syntax, type, hasErrors) 2420: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors) 2455: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors) 2490: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors) 2528: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors) 2563: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors) 2598: base(BoundKind.ModuleVersionId, syntax, type, hasErrors) 2633: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors) 2668: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors) 2708: base(BoundKind.MethodInfo, syntax, type, hasErrors) 2751: base(BoundKind.FieldInfo, syntax, type, hasErrors) 2794: base(BoundKind.DefaultLiteral, syntax, null, hasErrors) 2817: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors()) 2848: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors()) 2883: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors()) 2920: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors()) 2952: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors()) 2996: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors()) 3029: base(BoundKind.ArgList, syntax, type, hasErrors) 3064: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors()) 3095: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors()) 4301: base(BoundKind.Literal, syntax, type, hasErrors) 4332: base(BoundKind.Utf8String, syntax, type, hasErrors) 4372: base(BoundKind.ThisReference, syntax, type, hasErrors) 4407: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors) 4442: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors) 4477: base(BoundKind.BaseReference, syntax, type, hasErrors) 4506: base(BoundKind.Local, syntax, type, hasErrors) 4555: base(BoundKind.PseudoVariable, syntax, type, hasErrors) 4600: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors()) 4633: base(BoundKind.Parameter, syntax, type, hasErrors) 4773: base(BoundKind.Label, syntax, type, hasErrors) 4880: base(kind, syntax, type, hasErrors) 5724: base(kind, syntax, null, hasErrors) 5738: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors()) 5766: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5802: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5838: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors()) 5877: base(kind, syntax, type, hasErrors) 5930: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors()) 5963: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors()) 6004: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors) 6042: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors()) 6144: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 6199: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors()) 6238: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors()) 6283: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors()) 6321: base(kind, syntax, type, hasErrors) 6393: base(kind, syntax, type, hasErrors) 6547: base(kind, syntax, type, hasErrors) 6697: base(kind, syntax, type, hasErrors) 6744: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors()) 6793: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors) 6866: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors()) 6943: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors) 6978: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors()) 7014: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors) 7084: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors()) 7120: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors()) 7152: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors()) 7183: base(kind, syntax, type, hasErrors) 7258: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7298: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors) 7338: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7374: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7410: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 7461: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors()) 7510: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors()) 7551: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors()) 7591: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors()) 7631: base(BoundKind.UnboundLambda, syntax, null, hasErrors) 7675: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors()) 7742: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors()) 7775: base(kind, syntax, type, hasErrors) 7911: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors()) 7946: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors()) 8526: base(BoundKind.DiscardExpression, syntax, type, hasErrors) 8561: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors()) 8589: base(kind, syntax, null, hasErrors) 8658: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors) 8759: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors()) 8790: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())