2 references to GCHeapInterestingData
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
152
public const string GCHeapInterestingData = nameof(
GCHeapInterestingData
);
Contracts\GC\GCHeapWKS.cs (1)
35
InterestingData = target.ReadGlobalPointer(Constants.Globals.
GCHeapInterestingData
);