1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4232
public IOperation
Body
{ get; }
9 references to Body
Microsoft.AspNetCore.Components.Analyzers (1)
ForLoopIteratorInClosureAnalyzer.cs (1)
94
AnalyzeOperationsTree(forLoopOperation.
Body
, availableTypes, analyzerState);
Microsoft.CodeAnalysis (6)
Generated\Operations.Generated.cs (1)
230
/// <see cref="ILoopOperation.
Body
" /> and <see cref="AtLoopBottom" />.
Operations\ControlFlowGraphBuilder.cs (5)
3612
VisitStatement(operation.
Body
);
3635
VisitStatement(operation.
Body
);
4531
VisitStatement(operation.
Body
);
4776
VisitStatement(operation.
Body
);
5770
VisitStatement(operation.
Body
);
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\AvoidSingleUseOfLocalJsonSerializerOptions.cs (2)
180
Debug.Assert(loop.
Body
is IBlockOperation);
181
return loop.
Body
!= symbolBlock;