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; 344pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 346pData->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; 501if (fAllowJitOpts != Interop.BOOL.FALSE) 506if (fEnableEnC != Interop.BOOL.FALSE) 623_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE); 678debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.FALSE); 680else 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; 2376fd.m_fFldStorageAvailable = Interop.BOOL.FALSE; 3279*pResult = Interop.BOOL.FALSE; 3348Interop.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; 4219Interop.BOOL isValid = Interop.BOOL.FALSE; 4245isValid = Interop.BOOL.FALSE; 4276walk = new RefWalk(_target, walkStacks != Interop.BOOL.FALSE, handleWalkMask); 4770pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4777pHeapInfo->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)
596data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 598data->isPegged = Interop.BOOL.FALSE; 599data->isGlobalPegged = Interop.BOOL.FALSE; 600data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 601data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 602data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1899data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 1945data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3488data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3538data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3688data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3689data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3690data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3691data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4195data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4196if (data->bFree == Interop.BOOL.FALSE) 4653ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4746pCallback(blockData.Address.Value, (nuint)blockData.Size.Value, block == firstBlock ? Interop.BOOL.TRUE : Interop.BOOL.FALSE); 4886info.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; 6200hr = (*isComWrappersRCW != Interop.BOOL.FALSE) ? HResults.S_OK : HResults.S_FALSE; 6266*isTrackedType = Interop.BOOL.FALSE; 6267*hasTaggedMemory = Interop.BOOL.FALSE;