1 write to _branchesOutOf
Microsoft.CodeAnalysis.CSharp (1)
FlowAnalysis\ExitPointsWalker.cs (1)
27_branchesOutOf = ArrayBuilder<StatementSyntax>.GetInstance();
5 references to _branchesOutOf
Microsoft.CodeAnalysis.CSharp (5)
FlowAnalysis\ExitPointsWalker.cs (5)
32if (_branchesOutOf != null) 34_branchesOutOf.Free(); 66_branchesOutOf.Sort((x, y) => x.SpanStart - y.SpanStart); 67return _branchesOutOf.ToImmutable(); 150_branchesOutOf.Add((StatementSyntax)pending.Branch.Syntax);