67 references to FALSE
Microsoft.Diagnostics.DataContractReader.Legacy (67)
ClrDataMethodDefinition.cs (1)
464
*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
Dbi\DacDbiImpl.cs (40)
73
*pResult = Interop.BOOL.
FALSE
;
77
*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
179
*pResult = Interop.BOOL.
FALSE
;
188
*pResult = Interop.BOOL.
FALSE
;
218
*pResult = Interop.BOOL.
FALSE
;
227
*pResult = Interop.BOOL.
FALSE
;
276
pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
278
pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
341
*pfAllowJITOpts = Interop.BOOL.
FALSE
;
342
*pfEnableEnC = Interop.BOOL.
FALSE
;
351
: Interop.BOOL.
FALSE
;
354
: Interop.BOOL.
FALSE
;
389
if (fAllowJitOpts != Interop.BOOL.
FALSE
)
394
if (fEnableEnC != Interop.BOOL.
FALSE
)
514
_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.
FALSE
);
569
debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.
FALSE
);
571
else if (fAttached != Interop.BOOL.
FALSE
)
656
*pResult = Interop.BOOL.
FALSE
;
661
*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
751
*pResult = Interop.BOOL.
FALSE
;
756
*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1120
*pResult = Interop.BOOL.
FALSE
;
1135
? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1268
*pResult = Interop.BOOL.
FALSE
;
1278
*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1365
*pResult = Interop.BOOL.
FALSE
;
1371
*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1392
*pResult = Interop.BOOL.
FALSE
;
1398
*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1577
*pResult = Interop.BOOL.
FALSE
;
1583
*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1704
*pResult = Interop.BOOL.
FALSE
;
1709
*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2134
pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2141
pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2368
_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.
FALSE
);
2407
*isModuleMapped = Interop.BOOL.
FALSE
;
2412
*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2435
*pResult = Interop.BOOL.
FALSE
;
2439
*pResult = _target.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
SOSDacImpl.cs (26)
617
data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
619
data->isPegged = Interop.BOOL.
FALSE
;
620
data->isGlobalPegged = Interop.BOOL.
FALSE
;
621
data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
622
data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
623
data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1921
data->heap_analyze_success = heapData.HeapAnalyzeSuccess ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
1967
data->heap_analyze_success = heapData.HeapAnalyzeSuccess ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3500
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3550
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3700
data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3701
data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3702
data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3703
data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4203
data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4204
if (data->bFree == Interop.BOOL.
FALSE
)
4672
ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4765
pCallback(blockData.Address.Value, (nuint)blockData.Size.Value, block == firstBlock ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
);
4905
info.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
,
5015
*inDCOMProxy = (int)Interop.BOOL.
FALSE
;
6135
*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6212
*isComWrappersRCW = Interop.BOOL.
FALSE
;
6216
*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6218
hr = (*isComWrappersRCW != Interop.BOOL.
FALSE
) ? HResults.S_OK : HResults.S_FALSE;
6284
*isTrackedType = Interop.BOOL.
FALSE
;
6285
*hasTaggedMemory = Interop.BOOL.
FALSE
;