10 references to TRUE
System.Private.CoreLib (10)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\__Finalizer.cs (1)
42
InternalCalls.RhCollect(0, InternalGCCollectionMode.Blocking, lowMemoryP: Interop.BOOL.
TRUE
);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Nls.cs (2)
77
return Interop.BOOL.
TRUE
;
104
return Interop.BOOL.
TRUE
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
67
bIgnoreCase ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Nls.cs (3)
361
return Interop.BOOL.
TRUE
;
376
return Interop.BOOL.
TRUE
;
397
return Interop.BOOL.
TRUE
;
System\GC.NativeAot.cs (3)
195
RuntimeImports.RhCollect(generation, (InternalGCCollectionMode)iInternalModes, lowMemoryPressure ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE);
432
hasLohSize ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE,
434
disallowFullBlockingGC ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE);