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