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