2 references to GetRemainingFrameSize
System (2)
net\System\Net\SecureProtocols\_SslState.cs (1)
879int restBytes = GetRemainingFrameSize(buffer, readBytes);
net\System\Net\SecureProtocols\_SslStream.cs (1)
776readBytes = _SslState.GetRemainingFrameSize(InternalBuffer, readBytes);