3 overrides of AwaitUsingAndForeachAddsPendingBranch
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
320public sealed override bool AwaitUsingAndForeachAddsPendingBranch => false;
FlowAnalysis\DefiniteAssignment.cs (1)
407public sealed override bool AwaitUsingAndForeachAddsPendingBranch => true;
FlowAnalysis\NullableWalker.cs (1)
530public sealed override bool AwaitUsingAndForeachAddsPendingBranch => true;
3 references to AwaitUsingAndForeachAddsPendingBranch
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (3)
2381if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null) 2959if (AwaitUsingAndForeachAddsPendingBranch && ((CommonForEachStatementSyntax)node.Syntax).AwaitKeyword != default) 3482if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null)