2 references to HandleSegmentSize
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
159
public const string HandleSegmentSize = nameof(
HandleSegmentSize
);
Contracts\GC\GC_1.cs (1)
55
_handleSegmentSize = target.ReadGlobal<uint>(Constants.Globals.
HandleSegmentSize
);