6 references to Background
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
321return identifiers.Contains(GCIdentifiers.Background);
Microsoft.Diagnostics.DataContractReader.Legacy (5)
Dbi\DacDbiImpl.cs (1)
4835pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
SOSDacImpl.cs (4)
1362if (gcIdentifiers.Contains(GCIdentifiers.Background)) 1394if (gcIdentifiers.Contains(GCIdentifiers.Background)) 1495if (gcIdentifiers.Contains(GCIdentifiers.Background)) 1527if (gcIdentifiers.Contains(GCIdentifiers.Background))