8 references to Server
Microsoft.Diagnostics.DataContractReader.Contracts (8)
Contracts\GC\GC_1.cs (8)
70
case GCType.
Server
:
140
if (GetGCType() != GCType.
Server
)
161
if (GetGCType() != GCType.
Server
)
260
if (GetGCType() != GCType.
Server
)
298
return GCType.
Server
;
328
GCType.
Server
=> _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)),
593
GCType.
Server
=> _target.Read<uint>(_target.ReadGlobalPointer(Constants.Globals.TotalCpuCount)),
727
if (GetGCType() == GCType.
Server
)