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)
106
Contracts.Assert(Length <=
_overflowBoundary
|| _overflowStream != null);
190
if (value >
_overflowBoundary
)
217
if (IsMemory && _memStream.Position >
_overflowBoundary
- count)
234
if (IsMemory && _memStream.Position >=
_overflowBoundary
)