1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4232
public IOperation
Body
{ get; }
6 references to Body
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (1)
230
/// <see cref="ILoopOperation.
Body
" /> and <see cref="AtLoopBottom" />.
Operations\ControlFlowGraphBuilder.cs (5)
3612
VisitStatement(operation.
Body
);
3635
VisitStatement(operation.
Body
);
4531
VisitStatement(operation.
Body
);
4776
VisitStatement(operation.
Body
);
5770
VisitStatement(operation.
Body
);