1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4704
public IOperation
Body
{ get; }
4 references to Body
Microsoft.CodeAnalysis (4)
Generated\Operations.Generated.cs (1)
427
/// Represents a <see cref="
Body
" /> of operations that are executed while holding a lock onto the <see cref="LockedValue" />.
Operations\ControlFlowGraphBuilder.cs (3)
4240
body: operation.
Body
,
4278
VisitStatement(operation.
Body
);
4403
VisitStatement(operation.
Body
);