1 implementation of Body
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4232public IOperation Body { get; }
9 references to Body
Microsoft.AspNetCore.Components.Analyzers (1)
ForLoopIteratorInClosureAnalyzer.cs (1)
94AnalyzeOperationsTree(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)
3612VisitStatement(operation.Body); 3635VisitStatement(operation.Body); 4531VisitStatement(operation.Body); 4776VisitStatement(operation.Body); 5770VisitStatement(operation.Body);
Microsoft.CodeAnalysis.NetAnalyzers (2)
Microsoft.NetCore.Analyzers\Performance\AvoidSingleUseOfLocalJsonSerializerOptions.cs (2)
180Debug.Assert(loop.Body is IBlockOperation); 181return loop.Body != symbolBlock;