1 implementation of Condition
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4339
public IOperation?
Condition
{ get; }
3 references to Condition
Microsoft.CodeAnalysis (3)
Generated\Operations.Generated.cs (1)
229
/// Locals declared within the loop Condition and are in scope throughout the <see cref="
Condition
" />,
Operations\ControlFlowGraphBuilder.cs (2)
5765
if (operation.
Condition
!= null)
5767
VisitConditionalBranch(operation.
Condition
, ref @break, jumpIfTrue: false);