3 overrides of AwaitUsingAndForeachAddsPendingBranch
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\ControlFlowPass.cs (1)
319public sealed override bool AwaitUsingAndForeachAddsPendingBranch => false;
FlowAnalysis\DefiniteAssignment.cs (1)
456public sealed override bool AwaitUsingAndForeachAddsPendingBranch => true;
FlowAnalysis\NullableWalker.cs (1)
505public sealed override bool AwaitUsingAndForeachAddsPendingBranch => true;
3 references to AwaitUsingAndForeachAddsPendingBranch
Microsoft.CodeAnalysis.CSharp (3)
FlowAnalysis\AbstractFlowPass.cs (3)
2331if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null) 2909if (AwaitUsingAndForeachAddsPendingBranch && ((CommonForEachStatementSyntax)node.Syntax).AwaitKeyword != default) 3432if (AwaitUsingAndForeachAddsPendingBranch && node.AwaitOpt != null)