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