3 references to IsFalseStringIgnoreCase
System.Private.CoreLib (3)
src\libraries\System.Private.CoreLib\src\System\AppContextConfigHelper.cs (1)
22if (str == "0" || bool.IsFalseStringIgnoreCase(str))
src\libraries\System.Private.CoreLib\src\System\Boolean.cs (2)
256if (IsFalseStringIgnoreCase(value)) 283return IsFalseStringIgnoreCase(value);