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()) 1783: base(BoundKind.CompoundAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors() || finalPlaceholder.HasErrors() || finalConversion.HasErrors()) 1830: base(BoundKind.AssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1864: base(BoundKind.DeconstructionAssignmentOperator, syntax, type, hasErrors || left.HasErrors() || right.HasErrors()) 1899: base(BoundKind.NullCoalescingOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors() || leftPlaceholder.HasErrors() || leftConversion.HasErrors()) 1940: base(BoundKind.NullCoalescingAssignmentOperator, syntax, type, hasErrors || leftOperand.HasErrors() || rightOperand.HasErrors()) 1971: base(BoundKind.UnconvertedConditionalOperator, syntax, null, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2010: base(BoundKind.ConditionalOperator, syntax, type, hasErrors || condition.HasErrors() || consequence.HasErrors() || alternative.HasErrors()) 2054: base(BoundKind.ArrayAccess, syntax, type, hasErrors || expression.HasErrors() || indices.HasErrors()) 2087: base(BoundKind.RefArrayAccess, syntax, null, hasErrors || arrayAccess.HasErrors()) 2116: base(BoundKind.ArrayLength, syntax, type, hasErrors || expression.HasErrors()) 2179: base(BoundKind.AwaitExpression, syntax, type, hasErrors || expression.HasErrors() || awaitableInfo.HasErrors()) 2214: base(kind, syntax, type, hasErrors) 2299: base(BoundKind.MethodDefIndex, syntax, type, hasErrors) 2339: base(BoundKind.LocalId, syntax, type, hasErrors) 2382: base(BoundKind.ParameterId, syntax, type, hasErrors) 2425: base(BoundKind.StateMachineInstanceId, syntax, type, hasErrors) 2460: base(BoundKind.MaximumMethodDefIndex, syntax, type, hasErrors) 2495: base(BoundKind.InstrumentationPayloadRoot, syntax, type, hasErrors) 2533: base(BoundKind.ThrowIfModuleCancellationRequested, syntax, type, hasErrors) 2568: base(BoundKind.ModuleCancellationTokenExpression, syntax, type, hasErrors) 2603: base(BoundKind.ModuleVersionId, syntax, type, hasErrors) 2638: base(BoundKind.ModuleVersionIdString, syntax, type, hasErrors) 2673: base(BoundKind.SourceDocumentIndex, syntax, type, hasErrors) 2713: base(BoundKind.MethodInfo, syntax, type, hasErrors) 2756: base(BoundKind.FieldInfo, syntax, type, hasErrors) 2799: base(BoundKind.DefaultLiteral, syntax, null, hasErrors) 2822: base(BoundKind.DefaultExpression, syntax, type, hasErrors || targetType.HasErrors()) 2853: base(BoundKind.IsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors()) 2888: base(BoundKind.AsOperator, syntax, type, hasErrors || operand.HasErrors() || targetType.HasErrors() || operandPlaceholder.HasErrors() || operandConversion.HasErrors()) 2925: base(BoundKind.SizeOfOperator, syntax, type, hasErrors || sourceType.HasErrors()) 2957: base(BoundKind.Conversion, syntax, type, hasErrors || operand.HasErrors()) 2999: base(BoundKind.ReadOnlySpanFromArray, syntax, type, hasErrors || operand.HasErrors()) 3032: base(BoundKind.ArgList, syntax, type, hasErrors) 3067: base(BoundKind.ArgListOperator, syntax, type, hasErrors || arguments.HasErrors()) 3098: base(BoundKind.FixedLocalCollectionInitializer, syntax, type, hasErrors || elementPointerPlaceholder.HasErrors() || elementPointerConversion.HasErrors() || expression.HasErrors()) 4304: base(BoundKind.Literal, syntax, type, hasErrors) 4335: base(BoundKind.Utf8String, syntax, type, hasErrors) 4375: base(BoundKind.ThisReference, syntax, type, hasErrors) 4410: base(BoundKind.PreviousSubmissionReference, syntax, type, hasErrors) 4445: base(BoundKind.HostObjectMemberReference, syntax, type, hasErrors) 4480: base(BoundKind.BaseReference, syntax, type, hasErrors) 4509: base(BoundKind.Local, syntax, type, hasErrors) 4558: base(BoundKind.PseudoVariable, syntax, type, hasErrors) 4603: base(BoundKind.RangeVariable, syntax, type, hasErrors || value.HasErrors()) 4636: base(BoundKind.Parameter, syntax, type, hasErrors) 4776: base(BoundKind.Label, syntax, type, hasErrors) 4883: base(kind, syntax, type, hasErrors) 5727: base(kind, syntax, null, hasErrors) 5741: base(BoundKind.SequencePointExpression, syntax, type, hasErrors || expression.HasErrors()) 5769: base(BoundKind.Sequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5805: base(BoundKind.SpillSequence, syntax, type, hasErrors || sideEffects.HasErrors() || value.HasErrors()) 5841: base(BoundKind.DynamicMemberAccess, syntax, type, hasErrors || receiver.HasErrors()) 5880: base(kind, syntax, type, hasErrors) 5933: base(BoundKind.ConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || accessExpression.HasErrors()) 5966: base(BoundKind.LoweredConditionalAccess, syntax, type, hasErrors || receiver.HasErrors() || whenNotNull.HasErrors() || whenNullOpt.HasErrors()) 6007: base(BoundKind.ConditionalReceiver, syntax, type, hasErrors) 6045: base(BoundKind.ComplexConditionalReceiver, syntax, type, hasErrors || valueTypeReceiver.HasErrors() || referenceTypeReceiver.HasErrors()) 6147: base(BoundKind.Call, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 6202: base(BoundKind.EventAssignmentOperator, syntax, type, hasErrors || receiverOpt.HasErrors() || argument.HasErrors()) 6241: base(BoundKind.Attribute, syntax, type, hasErrors || constructorArguments.HasErrors() || namedArguments.HasErrors()) 6286: base(BoundKind.UnconvertedObjectCreationExpression, syntax, null, hasErrors || arguments.HasErrors()) 6324: base(kind, syntax, type, hasErrors) 6396: base(kind, syntax, type, hasErrors) 6550: base(kind, syntax, type, hasErrors) 6700: base(kind, syntax, type, hasErrors) 6747: base(BoundKind.ObjectInitializerMember, syntax, type, hasErrors || arguments.HasErrors()) 6796: base(BoundKind.DynamicObjectInitializerMember, syntax, type, hasErrors) 6869: base(BoundKind.CollectionElementInitializer, syntax, type, hasErrors || arguments.HasErrors() || implicitReceiverOpt.HasErrors()) 6946: base(BoundKind.ImplicitReceiver, syntax, type, hasErrors) 6981: base(BoundKind.AnonymousObjectCreationExpression, syntax, type, hasErrors || arguments.HasErrors() || declarations.HasErrors()) 7017: base(BoundKind.AnonymousPropertyDeclaration, syntax, type, hasErrors) 7087: base(BoundKind.DelegateCreationExpression, syntax, type, hasErrors || argument.HasErrors()) 7123: base(BoundKind.ArrayCreation, syntax, type, hasErrors || bounds.HasErrors() || initializerOpt.HasErrors()) 7155: base(BoundKind.ArrayInitialization, syntax, null, hasErrors || initializers.HasErrors()) 7186: base(kind, syntax, type, hasErrors) 7261: base(BoundKind.FieldAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7301: base(BoundKind.HoistedFieldAccess, syntax, type, hasErrors) 7341: base(BoundKind.PropertyAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7379: base(BoundKind.EventAccess, syntax, type, hasErrors || receiverOpt.HasErrors()) 7415: base(BoundKind.IndexerAccess, syntax, type, hasErrors || receiverOpt.HasErrors() || arguments.HasErrors()) 7466: base(BoundKind.ImplicitIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || argument.HasErrors() || lengthOrCountAccess.HasErrors() || receiverPlaceholder.HasErrors() || indexerOrSliceAccess.HasErrors() || argumentPlaceholders.HasErrors()) 7515: base(BoundKind.InlineArrayAccess, syntax, type, hasErrors || expression.HasErrors() || argument.HasErrors()) 7556: base(BoundKind.DynamicIndexerAccess, syntax, type, hasErrors || receiver.HasErrors() || arguments.HasErrors()) 7596: base(BoundKind.Lambda, syntax, type, hasErrors || unboundLambda.HasErrors() || body.HasErrors()) 7636: base(BoundKind.UnboundLambda, syntax, null, hasErrors) 7680: base(BoundKind.QueryClause, syntax, type, hasErrors || value.HasErrors() || operation.HasErrors() || cast.HasErrors() || unoptimizedForm.HasErrors()) 7747: base(BoundKind.NameOfOperator, syntax, type, hasErrors || argument.HasErrors()) 7780: base(kind, syntax, type, hasErrors) 7916: base(BoundKind.StringInsert, syntax, null, hasErrors || value.HasErrors() || alignment.HasErrors() || format.HasErrors()) 7951: base(BoundKind.IsPatternExpression, syntax, type, hasErrors || expression.HasErrors() || pattern.HasErrors() || reachabilityDecisionDag.HasErrors()) 8567: base(BoundKind.DiscardExpression, syntax, type, hasErrors) 8602: base(BoundKind.ThrowExpression, syntax, type, hasErrors || expression.HasErrors()) 8630: base(kind, syntax, null, hasErrors) 8699: base(BoundKind.OutDeconstructVarPendingInference, syntax, null, hasErrors) 8800: base(BoundKind.ExpressionWithNullability, syntax, type, hasErrors || expression.HasErrors()) 8831: base(BoundKind.WithExpression, syntax, type, hasErrors || receiver.HasErrors() || initializerExpression.HasErrors())