21 references to Add
Microsoft.CodeAnalysis.CSharp (21)
FlowAnalysis\AbstractFlowPass.cs (12)
2026PendingBranches.Add(new PendingBranch(node, this.State, label: null)); 2334PendingBranches.Add(new PendingBranch(node, this.State, null)); 2805PendingBranches.Add(new PendingBranch(node, this.State, null)); 2891PendingBranches.Add(new PendingBranch(node, this.State, null)); 3237PendingBranches.Add(new PendingBranch(node, this.State, node.Label)); 3245PendingBranches.Add(new PendingBranch(node, this.State, node.Label)); 3348PendingBranches.Add(new PendingBranch(node, this.State, node.Label)); 3414PendingBranches.Add(new PendingBranch(node, this.State, null)); 3445PendingBranches.Add(new PendingBranch(node, this.State, null)); 3453PendingBranches.Add(new PendingBranch(node, this.State, null)); 3562PendingBranches.Add(new PendingBranch(node, this.StateWhenTrue, node.Label)); 3567PendingBranches.Add(new PendingBranch(node, this.StateWhenFalse, node.Label));
FlowAnalysis\AbstractFlowPass_LocalFunctions.cs (1)
106PendingBranches.Add(new PendingBranch(null, this.State, null));
FlowAnalysis\AbstractFlowPass_Switch.cs (3)
69PendingBranches.Add(new PendingBranch(label, this.State, label.Label)); 135PendingBranches.Add(new PendingBranch(node, state, node.DefaultLabel)); 138PendingBranches.Add(new PendingBranch(node, state, label));
FlowAnalysis\NullableWalker.cs (4)
3028PendingBranches.Add(new PendingBranch(node, this.State, label: null)); 3075PendingBranches.Add(new PendingBranch(node, joinedState, label: null, this.IsConditionalState, this.StateWhenTrue, this.StateWhenFalse)); 3079PendingBranches.Add(new PendingBranch(node, this.State, label: null)); 3424PendingBranches.Add(new PendingBranch(null, this.State, null));
FlowAnalysis\NullableWalker_Patterns.cs (1)
307PendingBranches.Add(new PendingBranch(label, this.State, label.Label));