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