96 references to FALSE
Microsoft.Diagnostics.DataContractReader.Legacy (96)
ClrDataMethodDefinition.cs (1)
743*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;
Dbi\DacDbiImpl.cs (69)
116*pResult = Interop.BOOL.FALSE; 120*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 226*pResult = Interop.BOOL.FALSE; 235*pResult = Interop.BOOL.FALSE; 347*pResult = Interop.BOOL.FALSE; 367*pResult = Interop.BOOL.FALSE; 588pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 590pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 631*pIsModuleLoaded = Interop.BOOL.FALSE; 639*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 671*pIsManaged = Interop.BOOL.FALSE; 700*pfAllowJITOpts = Interop.BOOL.FALSE; 701*pfEnableEnC = Interop.BOOL.FALSE; 710: Interop.BOOL.FALSE; 713: Interop.BOOL.FALSE; 749if (fAllowJitOpts != Interop.BOOL.FALSE) 754if (fEnableEnC != Interop.BOOL.FALSE) 874_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE); 931debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.FALSE); 933else if (fAttached != Interop.BOOL.FALSE) 1082*pResult = Interop.BOOL.FALSE; 1087*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1235*pResult = Interop.BOOL.FALSE; 1240*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1972*pResult = Interop.BOOL.FALSE; 1986*pResult = Interop.BOOL.FALSE; 1993*pResult = atEndOfStack ? Interop.BOOL.FALSE : Interop.BOOL.TRUE; 2283: Interop.BOOL.FALSE; 2286data.v.jitFuncData.isInstantiatedGeneric = HasClassOrMethodInstantiation(rts, md) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2287data.v.jitFuncData.justAfterILThrow = (handle.IsInterrupted && !handle.HasFaulted && nativeOffset != 0) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2565*pResult = Interop.BOOL.FALSE; 2581? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2716*pResult = Interop.BOOL.FALSE; 2726*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2915: Interop.BOOL.FALSE; 2986: Interop.BOOL.FALSE; 3066*pResult = Interop.BOOL.FALSE; 3072*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3094*pResult = Interop.BOOL.FALSE; 3100*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3284fd.m_fFldStorageAvailable = Interop.BOOL.FALSE; 4199*pResult = Interop.BOOL.FALSE; 4269Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4307*pResult = Interop.BOOL.FALSE; 4313*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4477*pIsValidArray = Interop.BOOL.FALSE; 4556*pIsValidRef = Interop.BOOL.FALSE; 4693*pResult = Interop.BOOL.FALSE; 4698*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4829*pResult = Interop.BOOL.FALSE; 4855*pResult = result ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4896*pResult = Interop.BOOL.FALSE; 4899? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4908Interop.BOOL resultLocal = Interop.BOOL.FALSE; 5193Interop.BOOL isValid = Interop.BOOL.FALSE; 5210isValid = Interop.BOOL.FALSE; 5242walk = new RefWalk(_target, walkStacks != Interop.BOOL.FALSE, handleWalkMask); 5744pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5751pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5787*pHasReadWriteMetadata = Interop.BOOL.FALSE; 5789*pHasReadWriteMetadata = hasReadWriteMetadata ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5823*pOptimizationsDisabled = Interop.BOOL.FALSE; 6127_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE); 6151*pResult = Interop.BOOL.FALSE; 6155*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6292*isModuleMapped = Interop.BOOL.FALSE; 6297*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6321*pResult = Interop.BOOL.FALSE; 6325*pResult = _target.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
SOSDacImpl.cs (26)
613data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 615data->isPegged = Interop.BOOL.FALSE; 616data->isGlobalPegged = Interop.BOOL.FALSE; 617data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 618data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 619data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1976data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 2023data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3591data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3642data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3796data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3797data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3798data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3799data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4317data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4318if (data->bFree == Interop.BOOL.FALSE) 4790ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4877pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE); 5025info.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, 5138*inDCOMProxy = (int)Interop.BOOL.FALSE; 6284*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6363*isComWrappersRCW = Interop.BOOL.FALSE; 6367*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6369hr = (*isComWrappersRCW != Interop.BOOL.FALSE) ? HResults.S_OK : HResults.S_FALSE; 6437*isTrackedType = Interop.BOOL.FALSE; 6438*hasTaggedMemory = Interop.BOOL.FALSE;