1 write to _overflowBoundary
Microsoft.ML.Core (1)
Utilities\HybridMemoryStream.cs (1)
55_overflowBoundary = maxLen;
4 references to _overflowBoundary
Microsoft.ML.Core (4)
Utilities\HybridMemoryStream.cs (4)
106Contracts.Assert(Length <= _overflowBoundary || _overflowStream != null); 190if (value > _overflowBoundary) 217if (IsMemory && _memStream.Position > _overflowBoundary - count) 234if (IsMemory && _memStream.Position >= _overflowBoundary)