1 implementation of Condition
Microsoft.CodeAnalysis (1)
Generated\Operations.Generated.cs (1)
4339public 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)
5765if (operation.Condition != null) 5767VisitConditionalBranch(operation.Condition, ref @break, jumpIfTrue: false);