17 references to GCType
Microsoft.Diagnostics.DataContractReader.Contracts (17)
Contracts\GC\GC_1.cs (17)
80case GCType.Workstation: 82case GCType.Server: 152if (GetGCType() != GCType.Server) 165if (GetGCType() != GCType.Workstation) 173if (GetGCType() != GCType.Server) 262if (GetGCType() != GCType.Workstation) 272if (GetGCType() != GCType.Server) 309private GCType GetGCType() 314return GCType.Workstation; 318return GCType.Server; 322return GCType.Unknown; // Unknown or unsupported GC type 344GCType gcType = GetGCType(); 347GCType.Workstation => 1, 348GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)), 695GCType.Workstation => 1, 696GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)), 829if (GetGCType() == GCType.Server)