5 writes to _readBufferCount
System.Net.Security (5)
System\Net\Security\NegotiateStream.cs (5)
359
_readBufferCount
-= copyBytes;
384
_readBufferCount
= readBytes;
408
_readBufferCount
= readBytes - NtlmSignatureLength;
414
statusCode = _context.UnwrapInPlace(_readBuffer.AsSpan(0, readBytes), out _readBufferOffset, out
_readBufferCount
, out _);
433
_readBufferCount
-= copyBytes;
4 references to _readBufferCount
System.Net.Security (4)
System\Net\Security\NegotiateStream.cs (4)
352
if (
_readBufferCount
!= 0)
354
int copyBytes = Math.Min(
_readBufferCount
, buffer.Length);
424
if (
_readBufferCount
== 0 && buffer.Length != 0)
430
int copyBytes = Math.Min(
_readBufferCount
, buffer.Length);