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