67 references to TRUE
Microsoft.Diagnostics.DataContractReader.Legacy (67)
ClrDataMethodDefinition.cs (1)
743
*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
Dbi\DacDbiImpl.cs (43)
120
*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
240
*pResult = Interop.BOOL.
TRUE
;
372
*pResult = Interop.BOOL.
TRUE
;
588
pData->fIsDynamic = isDynamic ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
590
pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
639
*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
675
*pIsManaged = Interop.BOOL.
TRUE
;
709
? Interop.BOOL.
TRUE
712
? Interop.BOOL.
TRUE
1087
*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
1240
*pResult = threadData.HasUnhandledException ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
1993
*pResult = atEndOfStack ? Interop.BOOL.FALSE : Interop.BOOL.
TRUE
;
2282
? Interop.BOOL.
TRUE
2286
data.v.jitFuncData.isInstantiatedGeneric = HasClassOrMethodInstantiation(rts, md) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2287
data.v.jitFuncData.justAfterILThrow = (handle.IsInterrupted && !handle.HasFaulted && nativeOffset != 0) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2581
? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2726
*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
2914
? Interop.BOOL.
TRUE
2985
? Interop.BOOL.
TRUE
3072
*pResult = rts.IsValueType(th) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3100
*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3291
fd.m_fFldStorageAvailable = Interop.BOOL.
TRUE
;
3986
pFieldData->m_fFldStorageAvailable = Interop.BOOL.
TRUE
;
4212
*pResult = Interop.BOOL.
TRUE
;
4269
Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4313
*pResult = rcw != TargetPointer.Null ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4489
*pIsValidArray = Interop.BOOL.
TRUE
;
4522
if (*pIsValidArray == Interop.BOOL.
TRUE
)
4543
*pIsValidRef = Interop.BOOL.
TRUE
;
4559
if (*pIsValidRef == Interop.BOOL.
TRUE
&& th is not null)
4588
if (*pIsValidRef == Interop.BOOL.
TRUE
)
4698
*pResult = obj != TargetPointer.Null ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4855
*pResult = result ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4873
if (*pResult == Interop.BOOL.
TRUE
)
4899
? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5206
isValid = Interop.BOOL.
TRUE
;
5744
pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5751
pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5789
*pHasReadWriteMetadata = hasReadWriteMetadata ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
5840
*pOptimizationsDisabled = Interop.BOOL.
TRUE
;
6155
*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6297
*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6325
*pResult = _target.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
SOSDacImpl.cs (23)
613
data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
617
data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
618
data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
619
data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
1976
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
2023
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
3591
data->loh_p = oomData.LohP ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
3642
data->loh_p = oomData.LohP ? (int)Interop.BOOL.
TRUE
: (int)Interop.BOOL.FALSE;
3796
data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3797
data->isContained = rcwData.IsContained ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3798
data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
3799
data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4310
data->bFree = Interop.BOOL.
TRUE
;
4317
data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4790
ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
4877
pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE);
5002
return Interop.BOOL.
TRUE
;
5025
info.IsFreeThreaded ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE,
6284
*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6367
*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.
TRUE
: Interop.BOOL.FALSE;
6450
*isTrackedType = Interop.BOOL.
TRUE
;
6452
hr = (*isTrackedType == Interop.BOOL.
TRUE
) ? HResults.S_OK : HResults.S_FALSE;
6458
*hasTaggedMemory = Interop.BOOL.
TRUE
;