67 references to TRUE
Microsoft.Diagnostics.DataContractReader.Legacy (67)
ClrDataMethodDefinition.cs (1)
710
*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
Dbi\DacDbiImpl.cs (43)
109
*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
225
*pResult = Interop.BOOL.
TRUE
;
355
*pResult = Interop.BOOL.
TRUE
;
566
pData->fIsDynamic = isDynamic ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
568
pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
616
*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
651
*pIsManaged = Interop.BOOL.
TRUE
;
684
? Interop.BOOL.
TRUE
687
? Interop.BOOL.
TRUE
1053
*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
1201
*pResult = threadData.HasUnhandledException ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
1936
*pResult = atEndOfStack ? Interop.BOOL.FALSE : Interop.BOOL.
TRUE
;
2223
? Interop.BOOL.
TRUE
2227
data.v.jitFuncData.isInstantiatedGeneric = HasClassOrMethodInstantiation(rts, md) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2228
data.v.jitFuncData.justAfterILThrow = (handle.IsInterrupted && !handle.HasFaulted && nativeOffset != 0) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2518
? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2659
*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2844
? Interop.BOOL.
TRUE
2914
? Interop.BOOL.
TRUE
3000
*pResult = rts.IsValueType(th) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3027
*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3216
fd.m_fFldStorageAvailable = Interop.BOOL.
TRUE
;
3902
pFieldData->m_fFldStorageAvailable = Interop.BOOL.
TRUE
;
4125
*pResult = Interop.BOOL.
TRUE
;
4181
Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4224
*pResult = rcw != TargetPointer.Null ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4396
*pIsValidArray = Interop.BOOL.
TRUE
;
4429
if (*pIsValidArray == Interop.BOOL.
TRUE
)
4449
*pIsValidRef = Interop.BOOL.
TRUE
;
4465
if (*pIsValidRef == Interop.BOOL.
TRUE
&& th is not null)
4494
if (*pIsValidRef == Interop.BOOL.
TRUE
)
4599
*pResult = obj != TargetPointer.Null ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4747
*pResult = result ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4765
if (*pResult == Interop.BOOL.
TRUE
)
4790
? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5092
isValid = Interop.BOOL.
TRUE
;
5621
pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5628
pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5665
*pHasReadWriteMetadata = hasReadWriteMetadata ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5715
*pOptimizationsDisabled = Interop.BOOL.
TRUE
;
6023
*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6162
*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6189
*pResult = _target.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
SOSDacImpl.cs (23)
595
data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
599
data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
600
data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
601
data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
1903
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
1949
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
3492
data->loh_p = oomData.LohP ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
3542
data->loh_p = oomData.LohP ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
3692
data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3693
data->isContained = rcwData.IsContained ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3694
data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3695
data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4192
data->bFree = Interop.BOOL.
TRUE
;
4199
data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4662
ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4749
pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE);
4872
return Interop.BOOL.
TRUE
;
4894
info.IsFreeThreaded ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE,
6131
*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6212
*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6293
*isTrackedType = Interop.BOOL.
TRUE
;
6295
hr = (*isTrackedType == Interop.BOOL.
TRUE
) ? HResults.S_OK : HResults.S_FALSE;
6301
*hasTaggedMemory = Interop.BOOL.
TRUE
;