1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4768public IBlockOperation Body { get; }
3 references to Body
Microsoft.CodeAnalysis (3)
Operations\ControlFlowGraphBuilder.cs (2)
3667VisitStatement(operation.Body); 3689VisitStatement(operation.Body);
Operations\ControlFlowRegionKind.cs (1)
28/// Region representing a try region. For example, <see cref="ITryOperation.Body"/>