2 references to GCGlobalMechanisms
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
127
public const string GCGlobalMechanisms = nameof(
GCGlobalMechanisms
);
Contracts\GC\GC_1.cs (1)
132
if (!_target.TryReadGlobalPointer(Constants.Globals.
GCGlobalMechanisms
, out TargetPointer? globalMechanismsArrayStart))