2 references to GetLiteralBool
ILLink.RoslynAnalyzer (2)
DataFlow\FeatureChecksVisitor.cs (2)
110
if (
GetLiteralBool
(operation.LeftOperand) is bool leftBool) {
117
if (
GetLiteralBool
(operation.RightOperand) is bool rightBool) {