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