13 references to FALSE
System.Private.CoreLib (13)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\InternalCalls.cs (1)
46internal static extern void RhCollect(int generation, InternalGCCollectionMode mode, Interop.BOOL lowMemoryP = Interop.BOOL.FALSE);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Nls.cs (2)
81return Interop.BOOL.FALSE; 108return Interop.BOOL.FALSE;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
67bIgnoreCase ? Interop.BOOL.TRUE : Interop.BOOL.FALSE);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Nls.cs (4)
358return Interop.BOOL.FALSE; // we found a match, then stop the enumeration 365return Interop.BOOL.FALSE; 380return Interop.BOOL.FALSE; 401return Interop.BOOL.FALSE;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Nls.cs (1)
32return result != Interop.BOOL.FALSE;
System\GC.NativeAot.cs (3)
195RuntimeImports.RhCollect(generation, (InternalGCCollectionMode)iInternalModes, lowMemoryPressure ? Interop.BOOL.TRUE : Interop.BOOL.FALSE); 432hasLohSize ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, 434disallowFullBlockingGC ? Interop.BOOL.TRUE : Interop.BOOL.FALSE);
System\Runtime\RuntimeImports.cs (1)
58internal static partial void RhCollect(int generation, InternalGCCollectionMode mode, Interop.BOOL lowMemoryP = Interop.BOOL.FALSE);