1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4664
public IOperation
Body
{ get; }
6 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)
4229
body: operation.
Body
,
4267
VisitStatement(operation.
Body
);
4392
VisitStatement(operation.
Body
);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
711
Visit(operation.
Body
, "Body");
Compilation\TestOperationVisitor.cs (1)
422
AssertEx.Equal(new[] { operation.LockedValue, operation.
Body
}, operation.ChildOperations);