1 implementation of IgnoredBody
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4927
public IBlockOperation?
IgnoredBody
{ get; }
8 references to IgnoredBody
Microsoft.CodeAnalysis (1)
Operations\ControlFlowGraphBuilder.cs (1)
6455
VisitMethodBodies(operation.Body, operation.
IgnoredBody
);
Microsoft.CodeAnalysis.CSharp.Emit.UnitTests (1)
CodeGen\CodeGenLocalFunctionTests.cs (1)
163
Assert.Same(localFunctionOperation.
IgnoredBody
, objectCreationOperation.Parent.Parent);
Microsoft.CodeAnalysis.Test.Utilities (6)
Compilation\OperationTreeVerifier.cs (3)
1804
if (operation.
IgnoredBody
!= null)
1807
Visit(operation.
IgnoredBody
, "IgnoredBody");
1817
Assert.Null(operation.
IgnoredBody
);
Compilation\TestOperationVisitor.cs (3)
959
if (operation.
IgnoredBody
!= null)
961
Assert.Same(operation.
IgnoredBody
, children[1]);
971
Assert.Null(operation.
IgnoredBody
);