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