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