Implemented interface member:
property
ConstructArguments
Microsoft.CodeAnalysis.Operations.ICollectionExpressionOperation.ConstructArguments
1 write to ConstructArguments
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
10713ConstructArguments = SetParentOperation(constructArguments, this);
8 references to ConstructArguments
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
10721ConstructArguments.Length + 107260 when index < ConstructArguments.Length 10727=> ConstructArguments[index], 10737if (!ConstructArguments.IsEmpty) return (true, 0, 0); 10739case 0 when previousIndex + 1 < ConstructArguments.Length: 10763if (!ConstructArguments.IsEmpty) return (true, 0, ConstructArguments.Length - 1); 11469return new CollectionExpressionOperation(internalOperation.ConstructMethod, VisitArray(internalOperation.ConstructArguments), VisitArray(internalOperation.Elements), internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.Type, internalOperation.IsImplicit);