95 references to FALSE
Microsoft.Diagnostics.DataContractReader.Legacy (95)
ClrDataMethodDefinition.cs (1)
731
*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
Dbi\DacDbiImpl.cs (68)
135
*pResult = Interop.BOOL.
FALSE
;
139
*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
245
*pResult = Interop.BOOL.
FALSE
;
254
*pResult = Interop.BOOL.
FALSE
;
366
*pResult = Interop.BOOL.
FALSE
;
386
*pResult = Interop.BOOL.
FALSE
;
607
pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
609
pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
650
*pIsModuleLoaded = Interop.BOOL.
FALSE
;
658
*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
690
*pIsManaged = Interop.BOOL.
FALSE
;
719
*pfAllowJITOpts = Interop.BOOL.
FALSE
;
720
*pfEnableEnC = Interop.BOOL.
FALSE
;
729
: Interop.BOOL.
FALSE
;
732
: Interop.BOOL.
FALSE
;
768
if (fAllowJitOpts != Interop.BOOL.
FALSE
)
773
if (fEnableEnC != Interop.BOOL.
FALSE
)
893
_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.
FALSE
);
950
debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.
FALSE
);
952
else if (fAttached != Interop.BOOL.
FALSE
)
1101
*pResult = Interop.BOOL.
FALSE
;
1106
*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1254
*pResult = Interop.BOOL.
FALSE
;
1259
*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1991
*pResult = Interop.BOOL.
FALSE
;
2005
*pResult = Interop.BOOL.
FALSE
;
2012
*pResult = atEndOfStack ? Interop.BOOL.
FALSE
: Interop.BOOL.TRUE;
2302
: Interop.BOOL.
FALSE
;
2305
data.v.jitFuncData.isInstantiatedGeneric = HasClassOrMethodInstantiation(rts, md) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2306
data.v.jitFuncData.justAfterILThrow = (handle.IsInterrupted && !handle.HasFaulted && nativeOffset != 0) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2584
*pResult = Interop.BOOL.
FALSE
;
2600
? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2735
*pResult = Interop.BOOL.
FALSE
;
2745
*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
2934
: Interop.BOOL.
FALSE
;
3005
: Interop.BOOL.
FALSE
;
3085
*pResult = Interop.BOOL.
FALSE
;
3091
*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3113
*pResult = Interop.BOOL.
FALSE
;
3119
*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3303
fd.m_fFldStorageAvailable = Interop.BOOL.
FALSE
;
4218
*pResult = Interop.BOOL.
FALSE
;
4288
Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4326
*pResult = Interop.BOOL.
FALSE
;
4332
*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4496
*pIsValidArray = Interop.BOOL.
FALSE
;
4575
*pIsValidRef = Interop.BOOL.
FALSE
;
4712
*pResult = Interop.BOOL.
FALSE
;
4717
*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4848
*pResult = Interop.BOOL.
FALSE
;
4874
*pResult = result ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4915
*pResult = Interop.BOOL.
FALSE
;
4918
? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5212
Interop.BOOL isValid = Interop.BOOL.
FALSE
;
5229
isValid = Interop.BOOL.
FALSE
;
5261
walk = new RefWalk(_target, walkStacks != Interop.BOOL.
FALSE
, handleWalkMask);
5763
pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5770
pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5806
*pHasReadWriteMetadata = Interop.BOOL.
FALSE
;
5808
*pHasReadWriteMetadata = hasReadWriteMetadata ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
5842
*pOptimizationsDisabled = Interop.BOOL.
FALSE
;
6146
_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.
FALSE
);
6170
*pResult = Interop.BOOL.
FALSE
;
6174
*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6311
*isModuleMapped = Interop.BOOL.
FALSE
;
6316
*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6340
*pResult = Interop.BOOL.
FALSE
;
6344
*pResult = _target.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
SOSDacImpl.cs (26)
632
data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
634
data->isPegged = Interop.BOOL.
FALSE
;
635
data->isGlobalPegged = Interop.BOOL.
FALSE
;
636
data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
637
data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
638
data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
1995
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
2042
data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3616
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3667
data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.
FALSE
;
3821
data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3822
data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3823
data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
3824
data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4342
data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4343
if (data->bFree == Interop.BOOL.
FALSE
)
4815
ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
4902
pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
);
5050
info.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
,
5163
*inDCOMProxy = (int)Interop.BOOL.
FALSE
;
6309
*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6388
*isComWrappersRCW = Interop.BOOL.
FALSE
;
6392
*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.
FALSE
;
6394
hr = (*isComWrappersRCW != Interop.BOOL.
FALSE
) ? HResults.S_OK : HResults.S_FALSE;
6462
*isTrackedType = Interop.BOOL.
FALSE
;
6463
*hasTaggedMemory = Interop.BOOL.
FALSE
;