8 references to Server
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GC\GC_1.cs (8)
82
case GCType.
Server
:
152
if (GetGCType() != GCType.
Server
)
173
if (GetGCType() != GCType.
Server
)
272
if (GetGCType() != GCType.
Server
)
310
return GCType.
Server
;
340
GCType.
Server
=> _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)),
689
GCType.
Server
=> _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)),
823
if (GetGCType() == GCType.
Server
)