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