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