1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
9727
public IOperation
Body
{ get; }
4 references to Body
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
3435
/// Represents a <see cref="
Body
" /> of operations that are executed with implicit reference to the <see cref="Value" /> for member references.
Operations\ControlFlowGraphBuilder.cs (1)
1474
VisitStatement(operation.
Body
);
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
786
Visit(operation.
Body
, "Body");
Compilation\TestOperationVisitor.cs (1)
515
AssertEx.Equal(new[] { operation.Value, operation.
Body
}, operation.ChildOperations);