2 references to HandleBlocksPerSegment
Microsoft.Diagnostics.DataContractReader.Contracts (2)
Constants.cs (1)
160
public const string HandleBlocksPerSegment = nameof(
HandleBlocksPerSegment
);
Data\TableSegment.cs (1)
14
uint handleBlocksPerSegment = target.ReadGlobal<uint>(Constants.Globals.
HandleBlocksPerSegment
);