Implemented interface member:
property
Operations
Microsoft.CodeAnalysis.Operations.IBlockOperation.Operations
2 writes to Operations
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
4004Operations = SetParentOperation(operations, this);
Operations\OperationNodes.cs (1)
700Operations = statements;
8 references to Operations
Microsoft.CodeAnalysis (8)
Generated\Operations.Generated.cs (8)
4010Operations.Length; 40140 when index < Operations.Length 4015=> Operations[index], 4023if (!Operations.IsEmpty) return (true, 0, 0); 4025case 0 when previousIndex + 1 < Operations.Length: 4039if (!Operations.IsEmpty) return (true, 0, Operations.Length - 1); 10799return new BlockOperation(VisitArray(internalOperation.Operations), internalOperation.Locals, internalOperation.OwningSemanticModel, internalOperation.Syntax, internalOperation.IsImplicit);