6 references to Background
Microsoft.Diagnostics.DataContractReader.Contracts (1)
Contracts\GC\GC_1.cs (1)
309return identifiers.Contains(GCIdentifiers.Background);
Microsoft.Diagnostics.DataContractReader.Legacy (5)
Dbi\DacDbiImpl.cs (1)
2536pHeapInfo->concurrent = identifiers.Contains(GCIdentifiers.Background) ? Interop.BOOL.TRUE : Interop.BOOL.FALSE;
SOSDacImpl.cs (4)
1383if (gcIdentifiers.Contains(GCIdentifiers.Background)) 1415if (gcIdentifiers.Contains(GCIdentifiers.Background)) 1516if (gcIdentifiers.Contains(GCIdentifiers.Background)) 1548if (gcIdentifiers.Contains(GCIdentifiers.Background))