13 references to FALSE
System.Private.CoreLib (13)
src\runtime\src\coreclr\nativeaot\Runtime.Base\src\System\Runtime\InternalCalls.cs (1)
46
internal 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)
81
return Interop.BOOL.
FALSE
;
108
return Interop.BOOL.
FALSE
;
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 (4)
358
return Interop.BOOL.
FALSE
; // we found a match, then stop the enumeration
365
return Interop.BOOL.
FALSE
;
380
return Interop.BOOL.
FALSE
;
401
return Interop.BOOL.
FALSE
;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Nls.cs (1)
32
return result != Interop.BOOL.
FALSE
;
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
);
System\Runtime\RuntimeImports.cs (1)
58
internal static partial void RhCollect(int generation, InternalGCCollectionMode mode, Interop.BOOL lowMemoryP = Interop.BOOL.
FALSE
);