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