5 references to ChunkCapacity
Microsoft.CodeAnalysis (3)
PEWriter\PooledBlobBuilder.cs (3)
28
/// Get a new instance of the <see cref="BlobBuilder"/> that has <see cref="BlobBuilder.
ChunkCapacity
"/> of
43
builder.WriteBytes(0, builder.
ChunkCapacity
);
61
if (
ChunkCapacity
!= PoolChunkSize)
System.Reflection.Metadata (2)
System\Reflection\Metadata\BlobBuilder.cs (1)
535
if (newChunk.
ChunkCapacity
< newLength)
System\Reflection\Metadata\Ecma335\MetadataBuilder.Heaps.cs (1)
24
return new HeapBlobBuilder(Math.Max(Math.Max(minimalSize,
ChunkCapacity
), _capacityExpansion));