10 references to TRUE
System.Private.CoreLib (10)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\__Finalizer.cs (1)
42InternalCalls.RhCollect(0, InternalGCCollectionMode.Blocking, lowMemoryP: Interop.BOOL.TRUE);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Nls.cs (2)
77return Interop.BOOL.TRUE; 104return Interop.BOOL.TRUE;
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 (3)
361return Interop.BOOL.TRUE; 376return Interop.BOOL.TRUE; 397return Interop.BOOL.TRUE;
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);