2 references to
Microsoft.CodeAnalysis.CSharp (2)
Lowering\LocalRewriter\LocalRewriter_PatternSwitchStatement.cs (1)
65: base(node.Syntax, localRewriter, node.SwitchSections.SelectAsArray(section => section.Syntax),
Lowering\LocalRewriter\LocalRewriter_SwitchExpression.cs (1)
30: base(node.Syntax, localRewriter, node.SwitchArms.SelectAsArray(arm => arm.Syntax),