118 references to
Microsoft.CodeAnalysis.CSharp (118)
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()) 2995: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors()) 3028: base(BoundKind.ArgList, syntax, type, hasErrors) 3063: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors()) 3094: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors()) 4300: base(BoundKind.Literal, syntax, type, hasErrors) 4331: base(BoundKind.Utf8String, syntax, type, hasErrors) 4371: base(BoundKind.ThisReference, syntax, type, hasErrors) 4406: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors) 4441: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors) 4476: base(BoundKind.BaseReference, syntax, type, hasErrors) 4505: base(BoundKind.Local, syntax, type, hasErrors) 4554: base(BoundKind.PseudoVariable, syntax, type, hasErrors) 4599: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors()) 4632: base(BoundKind.Parameter, syntax, type, hasErrors) 4772: base(BoundKind.Label, syntax, type, hasErrors) 4879: base(kind, syntax, type, hasErrors) 5723: base(kind, syntax, null, hasErrors) 5737: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors()) 5765: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5801: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5837: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors()) 5876: base(kind, syntax, type, hasErrors) 5929: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors()) 5962: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors()) 6003: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors) 6041: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors()) 6143: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 6198: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors()) 6237: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors()) 6282: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors()) 6320: base(kind, syntax, type, hasErrors) 6392: base(kind, syntax, type, hasErrors) 6546: base(kind, syntax, type, hasErrors) 6696: base(kind, syntax, type, hasErrors) 6743: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors()) 6792: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors) 6865: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors()) 6942: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors) 6977: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors()) 7013: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors) 7083: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors()) 7119: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors()) 7151: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors()) 7182: base(kind, syntax, type, hasErrors) 7257: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7297: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors) 7337: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7375: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7411: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 7462: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors()) 7511: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors()) 7552: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors()) 7592: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors()) 7632: base(BoundKind.UnboundLambda, syntax, null, hasErrors) 7676: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors()) 7743: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors()) 7776: base(kind, syntax, type, hasErrors) 7912: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors()) 7947: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors()) 8563: base(BoundKind.DiscardExpression, syntax, type, hasErrors) 8598: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors()) 8626: base(kind, syntax, null, hasErrors) 8695: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors) 8796: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors()) 8827: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())