53 references to BOOL
System.Private.CoreLib (53)
_generated\2\LibraryImports.g.cs (14)
15
internal static extern partial void RhCollect(int generation, global::System.InternalGCCollectionMode mode, global::Interop.
BOOL
lowMemoryP);
78
internal static extern partial int RhStartNoGCRegion(long totalSize, global::Interop.
BOOL
hasLohSize, long lohSize, global::Interop.
BOOL
disallowFullBlockingGC);
1198
internal static unsafe extern partial int FindStringOrdinal(uint dwFindStringOrdinalFlags, char* lpStringSource, int cchSource, char* lpStringValue, int cchValue, global::Interop.
BOOL
bIgnoreCase);
1232
internal static unsafe extern partial global::Interop.
BOOL
GetUserPreferredUILanguages(uint dwFlags, uint* pulNumLanguages, char* pwszLanguagesBuffer, uint* pcchLanguagesBuffer);
1265
internal static unsafe partial bool EnumSystemLocalesEx(delegate* unmanaged<char*, uint, void*, global::Interop.
BOOL
> lpLocaleEnumProcEx, uint dwFlags, void* lParam, nint reserved)
1281
static extern unsafe int __PInvoke(delegate* unmanaged<char*, uint, void*, global::Interop.
BOOL
> __lpLocaleEnumProcEx_native, uint __dwFlags_native, void* __lParam_native, nint __reserved_native);
1291
internal static unsafe partial bool EnumTimeFormatsEx(delegate* unmanaged<char*, void*, global::Interop.
BOOL
> lpTimeFmtEnumProcEx, string lpLocaleName, uint dwFlags, void* lParam)
1309
static extern unsafe int __PInvoke(delegate* unmanaged<char*, void*, global::Interop.
BOOL
> __lpTimeFmtEnumProcEx_native, ushort* __lpLocaleName_native, uint __dwFlags_native, void* __lParam_native);
1387
internal static unsafe partial bool EnumCalendarInfoExEx(delegate* unmanaged<char*, uint, nint, void*, global::Interop.
BOOL
> pCalInfoEnumProcExEx, string lpLocaleName, uint Calendar, string lpReserved, uint CalType, void* lParam)
1406
static extern unsafe int __PInvoke(delegate* unmanaged<char*, uint, nint, void*, global::Interop.
BOOL
> __pCalInfoEnumProcExEx_native, ushort* __lpLocaleName_native, uint __Calendar_native, ushort* __lpReserved_native, uint __CalType_native, void* __lParam_native);
1529
internal static unsafe partial global::Interop.
BOOL
IsNormalizedString(global::System.Text.NormalizationForm normForm, char* source, int length)
1534
global::Interop.
BOOL
__retVal;
1546
static extern unsafe global::Interop.
BOOL
__PInvoke(global::System.Text.NormalizationForm __normForm_native, char* __source_native, int __length_native);
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\coreclr\nativeaot\Runtime.Base\src\System\Runtime\InternalCalls.cs (2)
46
internal static extern void RhCollect(int generation, InternalGCCollectionMode mode, Interop.
BOOL
lowMemoryP = Interop.
BOOL
.FALSE);
src\runtime\src\libraries\Common\src\Interop\Windows\Kernel32\Interop.Globalization.cs (5)
115
BOOL
bIgnoreCase);
129
internal static unsafe partial
BOOL
GetUserPreferredUILanguages(uint dwFlags, uint* pulNumLanguages, char* pwszLanguagesBuffer, uint* pcchLanguagesBuffer);
138
internal static unsafe partial bool EnumSystemLocalesEx(delegate* unmanaged<char*, uint, void*,
BOOL
> lpLocaleEnumProcEx, uint dwFlags, void* lParam, IntPtr reserved);
143
internal static unsafe partial bool EnumTimeFormatsEx(delegate* unmanaged<char*, void*,
BOOL
> lpTimeFmtEnumProcEx, string lpLocaleName, uint dwFlags, void* lParam);
164
internal static unsafe partial bool EnumCalendarInfoExEx(delegate* unmanaged<char*, uint, IntPtr, void*,
BOOL
> pCalInfoEnumProcExEx, string lpLocaleName, uint Calendar, string? lpReserved, uint CalType, void* lParam);
src\runtime\src\libraries\Common\src\Interop\Windows\Normaliz\Interop.Normalization.cs (1)
13
internal static unsafe partial
BOOL
IsNormalizedString(NormalizationForm normForm, char* source, int length);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Nls.cs (6)
63
private static unsafe Interop.
BOOL
EnumCalendarInfoCallback(char* lpCalendarInfoString, uint calendar, IntPtr pReserved, void* lParam)
77
return Interop.
BOOL
.TRUE;
81
return Interop.
BOOL
.FALSE;
95
private static unsafe Interop.
BOOL
EnumCalendarsCallback(char* lpCalendarInfoString, uint calendar, IntPtr reserved, void* lParam)
104
return Interop.
BOOL
.TRUE;
108
return Interop.
BOOL
.FALSE;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (2)
67
bIgnoreCase ? Interop.
BOOL
.TRUE : Interop.
BOOL
.FALSE);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Nls.cs (10)
348
private static unsafe Interop.
BOOL
EnumSystemLocalesProc(char* lpLocaleString, uint flags, void* contextHandle)
358
return Interop.
BOOL
.FALSE; // we found a match, then stop the enumeration
361
return Interop.
BOOL
.TRUE;
365
return Interop.
BOOL
.FALSE;
371
private static unsafe Interop.
BOOL
EnumAllSystemLocalesProc(char* lpLocaleString, uint flags, void* contextHandle)
376
return Interop.
BOOL
.TRUE;
380
return Interop.
BOOL
.FALSE;
392
private static unsafe Interop.
BOOL
EnumTimeCallback(char* lpTimeFormatString, void* lParam)
397
return Interop.
BOOL
.TRUE;
401
return Interop.
BOOL
.FALSE;
src\runtime\src\libraries\System.Private.CoreLib\src\System\Globalization\Normalization.Nls.cs (2)
21
Interop.
BOOL
result;
32
return result != Interop.
BOOL
.FALSE;
System\GC.NativeAot.cs (6)
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 (4)
58
internal static partial void RhCollect(int generation, InternalGCCollectionMode mode, Interop.
BOOL
lowMemoryP = Interop.
BOOL
.FALSE);
172
internal static partial int RhStartNoGCRegion(long totalSize, Interop.
BOOL
hasLohSize, long lohSize, Interop.
BOOL
disallowFullBlockingGC);