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)
81*pResult = Interop.BOOL.FALSE; 85*pResult = _target.Contracts.Debugger.TryGetDebuggerData(out Contracts.DebuggerData data) && data.IsLeftSideInitialized ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 187*pResult = Interop.BOOL.FALSE; 196*pResult = Interop.BOOL.FALSE; 303*pResult = Interop.BOOL.FALSE; 325*pResult = Interop.BOOL.FALSE; 420pData->fIsDynamic = isDynamic ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 422pData->fInMemory = string.IsNullOrEmpty(path) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 462*pIsModuleLoaded = Interop.BOOL.FALSE; 470*pIsModuleLoaded = loader.IsAssemblyLoaded(handle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 501*pIsManaged = Interop.BOOL.FALSE; 529*pfAllowJITOpts = Interop.BOOL.FALSE; 530*pfEnableEnC = Interop.BOOL.FALSE; 539: Interop.BOOL.FALSE; 542: Interop.BOOL.FALSE; 577if (fAllowJitOpts != Interop.BOOL.FALSE) 582if (fEnableEnC != Interop.BOOL.FALSE) 699_target.Contracts.Debugger.SetSendExceptionsOutsideOfJMC(sendExceptionsOutsideOfJMC != Interop.BOOL.FALSE); 754debugger.MarkDebuggerAttached(fAttached != Interop.BOOL.FALSE); 756else if (fAttached != Interop.BOOL.FALSE) 902*pResult = Interop.BOOL.FALSE; 907*pResult = (threadData.State & Contracts.ThreadState.Stopped) != 0 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1050*pResult = Interop.BOOL.FALSE; 1055*pResult = threadData.HasUnhandledException ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 1778*pResult = Interop.BOOL.FALSE; 1792*pResult = Interop.BOOL.FALSE; 1799*pResult = atEndOfStack ? Interop.BOOL.FALSE : Interop.BOOL.TRUE; 2086*pResult = Interop.BOOL.FALSE; 2102? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2233*pResult = Interop.BOOL.FALSE; 2243*pResult = rts.RequiresAlign8(th) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2395*pResult = Interop.BOOL.FALSE; 2401*pResult = rts.IsValueType(th) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2422*pResult = Interop.BOOL.FALSE; 2428*pResult = rts.ContainsGenericVariables(typeHandle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 2613fd.m_fFldStorageAvailable = Interop.BOOL.FALSE; 3516*pResult = Interop.BOOL.FALSE; 3585Interop.BOOL isLastForeign = frame.IsLastForeignExceptionFrame ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3622*pResult = Interop.BOOL.FALSE; 3628*pResult = rcw != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3788*pIsValidArray = Interop.BOOL.FALSE; 3867*pIsValidRef = Interop.BOOL.FALSE; 3999*pResult = Interop.BOOL.FALSE; 4004*pResult = obj != TargetPointer.Null ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4126*pResult = Interop.BOOL.FALSE; 4152*pResult = result ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4456Interop.BOOL isValid = Interop.BOOL.FALSE; 4473isValid = Interop.BOOL.FALSE; 4504walk = new RefWalk(_target, walkStacks != Interop.BOOL.FALSE, handleWalkMask); 4998pHeapInfo->areGCStructuresValid = gc.GetGCStructuresValid() ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5005pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5049*pOptimizationsDisabled = Interop.BOOL.FALSE; 5327_target.Contracts.Debugger.EnableGCNotificationEvents(fEnable != Interop.BOOL.FALSE); 5350*pResult = Interop.BOOL.FALSE; 5354*pResult = IsDelegateHelper(vmObject) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5488*isModuleMapped = Interop.BOOL.FALSE; 5493*isModuleMapped = loader.IsModuleMapped(handle) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 5516*pResult = Interop.BOOL.FALSE; 5520*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; 1904data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 1950data->heap_analyze_success = (heapData.HeapAnalyzeSuccess ?? false) ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3493data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3543data->loh_p = oomData.LohP ? (int)Interop.BOOL.TRUE : (int)Interop.BOOL.FALSE; 3693data->isAggregated = rcwData.IsAggregated ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3694data->isContained = rcwData.IsContained ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3695data->isFreeThreaded = rcwData.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 3696data->isDisconnected = rcwData.IsDisconnected ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4200data->bFree = syncBlock.IsSyncBlockFree(number) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4201if (data->bFree == Interop.BOOL.FALSE) 4663ehInfo.isCatchAllHandler = clause.IsCatchAllHandler is true ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 4750pCallback(block.Address.Value, (nuint)block.Size.Value, i == 1 ? Interop.BOOL.TRUE : Interop.BOOL.FALSE); 4896info.IsFreeThreaded ? Interop.BOOL.TRUE : Interop.BOOL.FALSE, 5006*inDCOMProxy = (int)Interop.BOOL.FALSE; 6127*isComWrappersCCW = (ccwPtr != TargetPointer.Null) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6204*isComWrappersRCW = Interop.BOOL.FALSE; 6208*isComWrappersRCW = comWrappersContract.IsComWrappersRCW(rcwPtr) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE; 6210hr = (*isComWrappersRCW != Interop.BOOL.FALSE) ? HResults.S_OK : HResults.S_FALSE; 6276*isTrackedType = Interop.BOOL.FALSE; 6277*hasTaggedMemory = Interop.BOOL.FALSE;