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