Implemented interface member:
property
Operations
Microsoft.CodeAnalysis.Operations.IBlockOperation.Operations
2 writes to Operations
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
4044
Operations
= SetParentOperation(operations, this);
Operations\OperationNodes.cs (1)
700
Operations
= statements;
8 references to Operations
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4050
Operations
.Length;
4054
0 when index <
Operations
.Length
4055
=>
Operations
[index],
4063
if (!
Operations
.IsEmpty) return (true, 0, 0);
4065
case 0 when previousIndex + 1 <
Operations
.Length:
4079
if (!
Operations
.IsEmpty) return (true, 0,
Operations
.Length - 1);
10871
return new BlockOperation(VisitArray(internalOperation.
Operations
), internalOperation.Locals, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);