77 references to FALSE
Microsoft.Diagnostics.DataContractReader.Legacy (77)
ClrDataMethodDefinition.cs (1)
464
*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
Dbi\DacDbiImpl.cs (50)
80
*pResult = Interop.BOOL.
FALSE
;
84
*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
186
*pResult = Interop.BOOL.
FALSE
;
195
*pResult = Interop.BOOL.
FALSE
;
225
*pResult = Interop.BOOL.
FALSE
;
234
*pResult = Interop.BOOL.
FALSE
;
329
pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
331
pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
371
*pIsModuleLoaded = Interop.BOOL.
FALSE
;
379
*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
408
*pfAllowJITOpts = Interop.BOOL.
FALSE
;
409
*pfEnableEnC = Interop.BOOL.
FALSE
;
418
: Interop.BOOL.
FALSE
;
421
: Interop.BOOL.
FALSE
;
456
if (fAllowJitOpts != Interop.BOOL.
FALSE
)
461
if (fEnableEnC != Interop.BOOL.
FALSE
)
578
_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.
FALSE
);
633
debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.
FALSE
);
635
else if (fAttached != Interop.BOOL.
FALSE
)
720
*pResult = Interop.BOOL.
FALSE
;
725
*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
868
*pResult = Interop.BOOL.
FALSE
;
873
*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1503
*pResult = Interop.BOOL.
FALSE
;
1519
? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1653
*pResult = Interop.BOOL.
FALSE
;
1663
*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1815
*pResult = Interop.BOOL.
FALSE
;
1821
*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1842
*pResult = Interop.BOOL.
FALSE
;
1848
*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2033
fd.m_fFldStorageAvailable = Interop.BOOL.
FALSE
;
2798
*pResult = Interop.BOOL.
FALSE
;
2868
Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2905
*pResult = Interop.BOOL.
FALSE
;
2911
*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3092
*pResult = Interop.BOOL.
FALSE
;
3097
*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3487
Interop.BOOL isValid = Interop.BOOL.
FALSE
;
3513
isValid = Interop.BOOL.
FALSE
;
3895
pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3902
pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3946
*pOptimizationsDisabled = Interop.BOOL.
FALSE
;
4178
_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.
FALSE
);
4201
*pResult = Interop.BOOL.
FALSE
;
4205
*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4339
*isModuleMapped = Interop.BOOL.
FALSE
;
4344
*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4367
*pResult = Interop.BOOL.
FALSE
;
4371
*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
;