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