Implemented interface member:
property
Operations
Microsoft.CodeAnalysis.Operations.IBlockOperation.Operations
2 writes to Operations
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
3631
Operations
= SetParentOperation(operations, this);
Operations\OperationNodes.cs (1)
700
Operations
= statements;
8 references to Operations
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
3637
Operations
.Length;
3641
0 when index <
Operations
.Length
3642
=>
Operations
[index],
3650
if (!
Operations
.IsEmpty) return (true, 0, 0);
3652
case 0 when previousIndex + 1 <
Operations
.Length:
3666
if (!
Operations
.IsEmpty) return (true, 0,
Operations
.Length - 1);
10249
return new BlockOperation(VisitArray(internalOperation.
Operations
), internalOperation.Locals, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);