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; 607pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 609pData->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; 768if (fAllowJitOpts != Interop.BOOL.FALSE) 773if (fEnableEnC != Interop.BOOL.FALSE) 893_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE); 950debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.FALSE); 952else 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; 2305data.v.jitFuncData.isInstantiatedGeneric = HasClassOrMethodInstantiation(rts, md) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2306data.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; 3303fd.m_fFldStorageAvailable = Interop.BOOL.FALSE; 4218*pResult = Interop.BOOL.FALSE; 4288Interop.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; 5212Interop.BOOL isValid = Interop.BOOL.FALSE; 5229isValid = Interop.BOOL.FALSE; 5261walk = new RefWalk(_target, walkStacks != Interop.BOOL.FALSE, handleWalkMask); 5763pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5770pHeapInfo->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)
632data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 634data->isPegged = Interop.BOOL.FALSE; 635data->isGlobalPegged = Interop.BOOL.FALSE; 636data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 637data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 638data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1995data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 2042data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3616data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3667data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3821data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3822data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3823data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3824data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4342data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4343if (data->bFree == Interop.BOOL.FALSE) 4815ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4902pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE); 5050info.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; 6394hr = (*isComWrappersRCW != Interop.BOOL.FALSE) ? HResults.S_OK : HResults.S_FALSE; 6462*isTrackedType = Interop.BOOL.FALSE; 6463*hasTaggedMemory = Interop.BOOL.FALSE;