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