1 override of Capacity
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
56public override int Capacity
6 writes to Capacity
Microsoft.AspNetCore.ResponseCaching (1)
src\Shared\SegmentWriteStream.cs (1)
60_bufferStream.Capacity = 0;
Microsoft.AspNetCore.Shared.Tests (1)
src\Shared\SegmentWriteStream.cs (1)
60_bufferStream.Capacity = 0;
Microsoft.Build.Framework (1)
InterningWriteTranslator.cs (1)
101_packetStream.Capacity = internHeaderSize + packetPayloadSize;
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1846stream.Capacity = newCapacity;
System.Net.HttpListener (1)
System\Net\Managed\HttpResponseStream.Managed.cs (1)
190ms.Capacity = 0; // 'dispose' the buffer in ms.
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
154Capacity = newCapacity;
3 references to Capacity
Microsoft.ML.Data (1)
DataLoadSave\Binary\BinaryLoader.cs (1)
1835int cap = stream.Capacity;
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\MemoryStream.cs (1)
269if (!_expandable && (value != Capacity))
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\MemoryStreamAdapter.cs (1)
109adapter.Capacity = memoryStream.Capacity;