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