3 references to InternalBufferCount
System (3)
net\System\Net\SecureProtocols\_NegoStream.cs (3)
217
if (
InternalBufferCount
!= 0)
219
int copyBytes =
InternalBufferCount
> count? count:
InternalBufferCount
;