16 references to TRUE
System.Private.CoreLib (16)
src\libraries\System.Private.CoreLib\src\System\Globalization\CalendarData.Nls.cs (2)
76return Interop.BOOL.TRUE; 103return Interop.BOOL.TRUE;
src\libraries\System.Private.CoreLib\src\System\Globalization\CompareInfo.Nls.cs (1)
66bIgnoreCase ? Interop.BOOL.TRUE : Interop.BOOL.FALSE);
src\libraries\System.Private.CoreLib\src\System\Globalization\CultureData.Nls.cs (3)
361return Interop.BOOL.TRUE; 376return Interop.BOOL.TRUE; 397return Interop.BOOL.TRUE;
src\libraries\System.Private.CoreLib\src\System\Runtime\InteropServices\TypeMapLazyDictionary.cs (2)
145return Interop.BOOL.TRUE; // Continue processing. 184return Interop.BOOL.TRUE; // Continue processing.
src\System\Enum.CoreCLR.cs (1)
114getNames ? Interop.BOOL.TRUE : Interop.BOOL.FALSE);
src\System\RuntimeHandles.cs (5)
743GetInstantiation(new QCallTypeHandle(ref nativeHandle), ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE); 1172isConstructor ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, 1220GetMethodInstantiation(EnsureNonNullMethodInfo(method).Value, ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE); 1228GetMethodInstantiation(method, ObjectHandleOnStack.Create(ref types), Interop.BOOL.TRUE); 2179required ? Interop.BOOL.TRUE : Interop.BOOL.FALSE,
src\System\Threading\Thread.CoreCLR.cs (2)
93StartInternal(GetNativeHandle(), _startHelper?._maxStackSize ?? 0, _priority, _isThreadPool ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, pThreadName); 216SetIsBackground(GetNativeHandle(), value ? Interop.BOOL.TRUE : Interop.BOOL.FALSE);