96 references to FALSE
Microsoft.Diagnostics.DataContractReader.Legacy (96)
ClrDataMethodDefinition.cs (1)
710*bGeneric = HasClassOrMethodInstantiation(_target, methodDescHandle) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE;
Dbi\DacDbiImpl.cs (69)
105*pResult = Interop.BOOL.FALSE; 109*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 211*pResult = Interop.BOOL.FALSE; 220*pResult = Interop.BOOL.FALSE; 330*pResult = Interop.BOOL.FALSE; 350*pResult = Interop.BOOL.FALSE; 566pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 568pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 608*pIsModuleLoaded = Interop.BOOL.FALSE; 616*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 647*pIsManaged = Interop.BOOL.FALSE; 675*pfAllowJITOpts = Interop.BOOL.FALSE; 676*pfEnableEnC = Interop.BOOL.FALSE; 685: Interop.BOOL.FALSE; 688: Interop.BOOL.FALSE; 723if (fAllowJitOpts != Interop.BOOL.FALSE) 728if (fEnableEnC != Interop.BOOL.FALSE) 845_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE); 900debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.FALSE); 902else if (fAttached != Interop.BOOL.FALSE) 1048*pResult = Interop.BOOL.FALSE; 1053*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1196*pResult = Interop.BOOL.FALSE; 1201*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1915*pResult = Interop.BOOL.FALSE; 1929*pResult = Interop.BOOL.FALSE; 1936*pResult = atEndOfStack ? Interop.BOOL.FALSE : Interop.BOOL.TRUE; 2224: Interop.BOOL.FALSE; 2227data.v.jitFuncData.isInstantiatedGeneric = HasClassOrMethodInstantiation(rts, md) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2228data.v.jitFuncData.justAfterILThrow = (handle.IsInterrupted && !handle.HasFaulted && nativeOffset != 0) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2502*pResult = Interop.BOOL.FALSE; 2518? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2649*pResult = Interop.BOOL.FALSE; 2659*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2845: Interop.BOOL.FALSE; 2915: Interop.BOOL.FALSE; 2994*pResult = Interop.BOOL.FALSE; 3000*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3021*pResult = Interop.BOOL.FALSE; 3027*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3209fd.m_fFldStorageAvailable = Interop.BOOL.FALSE; 4112*pResult = Interop.BOOL.FALSE; 4181Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4218*pResult = Interop.BOOL.FALSE; 4224*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4384*pIsValidArray = Interop.BOOL.FALSE; 4462*pIsValidRef = Interop.BOOL.FALSE; 4594*pResult = Interop.BOOL.FALSE; 4599*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4721*pResult = Interop.BOOL.FALSE; 4747*pResult = result ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4787*pResult = Interop.BOOL.FALSE; 4790? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4799Interop.BOOL resultLocal = Interop.BOOL.FALSE; 5079Interop.BOOL isValid = Interop.BOOL.FALSE; 5096isValid = Interop.BOOL.FALSE; 5127walk = new RefWalk(_target, walkStacks != Interop.BOOL.FALSE, handleWalkMask); 5621pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5628pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5663*pHasReadWriteMetadata = Interop.BOOL.FALSE; 5665*pHasReadWriteMetadata = hasReadWriteMetadata ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5698*pOptimizationsDisabled = Interop.BOOL.FALSE; 5996_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE); 6019*pResult = Interop.BOOL.FALSE; 6023*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6157*isModuleMapped = Interop.BOOL.FALSE; 6162*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6185*pResult = Interop.BOOL.FALSE; 6189*pResult = _target.Contracts.Debugger.MetadataUpdatesApplied() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
SOSDacImpl.cs (26)
595data->isNeutered = sccwData.IsNeutered ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 597data->isPegged = Interop.BOOL.FALSE; 598data->isGlobalPegged = Interop.BOOL.FALSE; 599data->hasStrongRef = (refCount > 0) && !sccwData.IsHandleWeak ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 600data->isExtendsCOMObject = sccwData.IsExtendsCOMObject ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 601data->isAggregated = sccwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1903data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 1949data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3492data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3542data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3692data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3693data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3694data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3695data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4199data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4200if (data->bFree == Interop.BOOL.FALSE) 4662ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4749pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE); 4894info.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, 5004*inDCOMProxy = (int)Interop.BOOL.FALSE; 6131*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6208*isComWrappersRCW = Interop.BOOL.FALSE; 6212*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6214hr = (*isComWrappersRCW != Interop.BOOL.FALSE) ? HResults.S_OK : HResults.S_FALSE; 6280*isTrackedType = Interop.BOOL.FALSE; 6281*hasTaggedMemory = Interop.BOOL.FALSE;