2 references to AreEquivalentSwitchStatementDecisionTrees
Microsoft.CodeAnalysis.CSharp.Features (2)
EditAndContinue\CSharpEditAndContinueAnalyzer.cs (2)
1100return !hasDecitionTree || AreEquivalentSwitchStatementDecisionTrees(oldNode, newNode); 2938if (!AreEquivalentSwitchStatementDecisionTrees(oldSwitch, newSwitch))