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) 301private GCType GetGCType() 306return GCType.Workstation; 310return GCType.Server; 314return GCType.Unknown; // Unknown or unsupported GC type 336GCType gcType = GetGCType(); 339GCType.Workstation => 1, 340GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)), 688GCType.Workstation => 1, 689GCType.Server => _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)), 823if (GetGCType() == GCType.Server)