Implemented interface member:
property
ConstructArguments
Microsoft.CodeAnalysis.Operations.ICollectionExpressionOperation.ConstructArguments
1 write to ConstructArguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10715ConstructArguments = SetParentOperation(constructArguments, this);
8 references to ConstructArguments
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
10723ConstructArguments.Length + 107280 when index < ConstructArguments.Length 10729=> ConstructArguments[index], 10739if (!ConstructArguments.IsEmpty) return (true, 0, 0); 10741case 0 when previousIndex + 1 < ConstructArguments.Length: 10765if (!ConstructArguments.IsEmpty) return (true, 0, ConstructArguments.Length - 1); 11471return new CollectionExpressionOperation(internalOperation.ConstructMethod, VisitArray(internalOperation.ConstructArguments), VisitArray(internalOperation.Elements), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);