17 references to GCType
Microsoft.Diagnostics.DataContractReader.Contracts (17)
Contracts\GC\GC_1.cs (17)
68case GCType.Workstation: 70case GCType.Server: 140if (GetGCType() != GCType.Server) 153if (GetGCType() != GCType.Workstation) 161if (GetGCType() != GCType.Server) 250if (GetGCType() != GCType.Workstation) 260if (GetGCType() != GCType.Server) 289private GCType GetGCType() 294return GCType.Workstation; 298return GCType.Server; 302return GCType.Unknown; // Unknown or unsupported GC type 324GCType gcType = GetGCType(); 327GCType.Workstation => 1, 328GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)), 592GCType.Workstation => 1, 593GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)), 727if (GetGCType() == GCType.Server)