2 references to HandleConditionalCase
System.Private.CoreLib.Generators (2)
IntrinsicsInSystemPrivateCoreLibAnalyzer.cs (2)
586if (HandleConditionalCase(ifStatement.Condition, ifStatement.Statement, ifStatement.Else)) 591if (HandleConditionalCase(conditionalExpression.Condition, conditionalExpression.WhenTrue, conditionalExpression.WhenFalse))