1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4436
public IOperation
Body
{ get; }
6 references to Body
Microsoft.CodeAnalysis (2)
Generated\Operations.Generated.cs (1)
463
/// Represents a <see cref="
Body
" /> of operations that are executed while using disposable <see cref="Resources" />.
Operations\ControlFlowGraphBuilder.cs (1)
3934
HandleUsingOperationParts(operation.Resources, operation.
Body
, disposeInfo.DisposeMethod, disposeInfo.DisposeArguments, operation.Locals, operation.IsAsynchronous);
Microsoft.CodeAnalysis.CSharp.CodeStyle (1)
UseSimpleUsingStatementDiagnosticAnalyzer.cs (1)
145
if (innerUsingOperation.
Body
is IBlockOperation innerUsingBlock)
Microsoft.CodeAnalysis.CSharp.Features (1)
UseSimpleUsingStatementDiagnosticAnalyzer.cs (1)
145
if (innerUsingOperation.
Body
is IBlockOperation innerUsingBlock)
Microsoft.CodeAnalysis.Test.Utilities (2)
Compilation\OperationTreeVerifier.cs (1)
758
Visit(operation.
Body
, "Body");
Compilation\TestOperationVisitor.cs (1)
464
AssertEx.Equal(new[] { operation.Resources, operation.
Body
}, operation.ChildOperations);