1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4704public 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)
4240body: operation.Body, 4278VisitStatement(operation.Body); 4403VisitStatement(operation.Body);