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)
82
*pResult = Interop.BOOL.
FALSE
;
86
*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
188
*pResult = Interop.BOOL.
FALSE
;
197
*pResult = Interop.BOOL.
FALSE
;
227
*pResult = Interop.BOOL.
FALSE
;
249
*pResult = Interop.BOOL.
FALSE
;
344
pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
346
pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
386
*pIsModuleLoaded = Interop.BOOL.
FALSE
;
394
*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
425
*pIsManaged = Interop.BOOL.
FALSE
;
453
*pfAllowJITOpts = Interop.BOOL.
FALSE
;
454
*pfEnableEnC = Interop.BOOL.
FALSE
;
463
: Interop.BOOL.
FALSE
;
466
: Interop.BOOL.
FALSE
;
501
if (fAllowJitOpts != Interop.BOOL.
FALSE
)
506
if (fEnableEnC != Interop.BOOL.
FALSE
)
623
_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.
FALSE
);
678
debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.
FALSE
);
680
else if (fAttached != Interop.BOOL.
FALSE
)
765
*pResult = Interop.BOOL.
FALSE
;
770
*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
913
*pResult = Interop.BOOL.
FALSE
;
918
*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1530
*pResult = Interop.BOOL.
FALSE
;
1544
*pResult = Interop.BOOL.
FALSE
;
1551
*pResult = atEndOfStack ? Interop.BOOL.
FALSE
: Interop.BOOL.TRUE;
1849
*pResult = Interop.BOOL.
FALSE
;
1865
? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1996
*pResult = Interop.BOOL.
FALSE
;
2006
*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2158
*pResult = Interop.BOOL.
FALSE
;
2164
*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2185
*pResult = Interop.BOOL.
FALSE
;
2191
*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2376
fd.m_fFldStorageAvailable = Interop.BOOL.
FALSE
;
3279
*pResult = Interop.BOOL.
FALSE
;
3348
Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3385
*pResult = Interop.BOOL.
FALSE
;
3391
*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3551
*pIsValidArray = Interop.BOOL.
FALSE
;
3630
*pIsValidRef = Interop.BOOL.
FALSE
;
3762
*pResult = Interop.BOOL.
FALSE
;
3767
*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3889
*pResult = Interop.BOOL.
FALSE
;
3915
*pResult = result ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4219
Interop.BOOL isValid = Interop.BOOL.
FALSE
;
4245
isValid = Interop.BOOL.
FALSE
;
4276
walk = new RefWalk(_target, walkStacks != Interop.BOOL.
FALSE
, handleWalkMask);
4770
pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4777
pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4821
*pOptimizationsDisabled = Interop.BOOL.
FALSE
;
5099
_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.
FALSE
);
5122
*pResult = Interop.BOOL.
FALSE
;
5126
*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5260
*isModuleMapped = Interop.BOOL.
FALSE
;
5265
*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5288
*pResult = Interop.BOOL.
FALSE
;
5292
*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
;
1899
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
1945
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3488
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3538
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3688
data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3689
data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3690
data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3691
data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4195
data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4196
if (data->bFree == Interop.BOOL.
FALSE
)
4653
ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4746
pCallback(blockData.Address.Value, (nuint)blockData.Size.Value, block == firstBlock ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
);
4886
info.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
,
4996
*inDCOMProxy = (int)Interop.BOOL.
FALSE
;
6117
*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6194
*isComWrappersRCW = Interop.BOOL.
FALSE
;
6198
*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6200
hr = (*isComWrappersRCW != Interop.BOOL.
FALSE
) ? HResults.S_OK : HResults.S_FALSE;
6266
*isTrackedType = Interop.BOOL.
FALSE
;
6267
*hasTaggedMemory = Interop.BOOL.
FALSE
;