86 references to FALSE
Microsoft.Diagnostics.DataContractReader.Legacy (86)
ClrDataMethodDefinition.cs (1)
464
*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
Dbi\DacDbiImpl.cs (59)
81
*pResult = Interop.BOOL.
FALSE
;
85
*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
187
*pResult = Interop.BOOL.
FALSE
;
196
*pResult = Interop.BOOL.
FALSE
;
303
*pResult = Interop.BOOL.
FALSE
;
325
*pResult = Interop.BOOL.
FALSE
;
420
pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
422
pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
462
*pIsModuleLoaded = Interop.BOOL.
FALSE
;
470
*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
501
*pIsManaged = Interop.BOOL.
FALSE
;
529
*pfAllowJITOpts = Interop.BOOL.
FALSE
;
530
*pfEnableEnC = Interop.BOOL.
FALSE
;
539
: Interop.BOOL.
FALSE
;
542
: Interop.BOOL.
FALSE
;
577
if (fAllowJitOpts != Interop.BOOL.
FALSE
)
582
if (fEnableEnC != Interop.BOOL.
FALSE
)
699
_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.
FALSE
);
754
debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.
FALSE
);
756
else if (fAttached != Interop.BOOL.
FALSE
)
902
*pResult = Interop.BOOL.
FALSE
;
907
*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1050
*pResult = Interop.BOOL.
FALSE
;
1055
*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1778
*pResult = Interop.BOOL.
FALSE
;
1792
*pResult = Interop.BOOL.
FALSE
;
1799
*pResult = atEndOfStack ? Interop.BOOL.
FALSE
: Interop.BOOL.TRUE;
2086
*pResult = Interop.BOOL.
FALSE
;
2102
? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2233
*pResult = Interop.BOOL.
FALSE
;
2243
*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2395
*pResult = Interop.BOOL.
FALSE
;
2401
*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2422
*pResult = Interop.BOOL.
FALSE
;
2428
*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2613
fd.m_fFldStorageAvailable = Interop.BOOL.
FALSE
;
3516
*pResult = Interop.BOOL.
FALSE
;
3585
Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3622
*pResult = Interop.BOOL.
FALSE
;
3628
*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3788
*pIsValidArray = Interop.BOOL.
FALSE
;
3867
*pIsValidRef = Interop.BOOL.
FALSE
;
3999
*pResult = Interop.BOOL.
FALSE
;
4004
*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4126
*pResult = Interop.BOOL.
FALSE
;
4152
*pResult = result ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4456
Interop.BOOL isValid = Interop.BOOL.
FALSE
;
4473
isValid = Interop.BOOL.
FALSE
;
4504
walk = new RefWalk(_target, walkStacks != Interop.BOOL.
FALSE
, handleWalkMask);
4998
pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5005
pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5049
*pOptimizationsDisabled = Interop.BOOL.
FALSE
;
5327
_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.
FALSE
);
5350
*pResult = Interop.BOOL.
FALSE
;
5354
*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5488
*isModuleMapped = Interop.BOOL.
FALSE
;
5493
*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5516
*pResult = Interop.BOOL.
FALSE
;
5520
*pResult = _target.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
SOSDacImpl.cs (26)
596
data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
598
data->isPegged = Interop.BOOL.
FALSE
;
599
data->isGlobalPegged = Interop.BOOL.
FALSE
;
600
data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
601
data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
602
data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1904
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
1950
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3493
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3543
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3693
data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3694
data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3695
data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3696
data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4200
data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4201
if (data->bFree == Interop.BOOL.
FALSE
)
4663
ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4750
pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
);
4896
info.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
,
5006
*inDCOMProxy = (int)Interop.BOOL.
FALSE
;
6127
*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6204
*isComWrappersRCW = Interop.BOOL.
FALSE
;
6208
*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6210
hr = (*isComWrappersRCW != Interop.BOOL.
FALSE
) ? HResults.S_OK : HResults.S_FALSE;
6276
*isTrackedType = Interop.BOOL.
FALSE
;
6277
*hasTaggedMemory = Interop.BOOL.
FALSE
;