2 references to UnwrapInPlace
System.Net.Mail (1)
System\Net\Mail\SmtpNegotiateAuthenticationModule.cs (1)
121statusCode = clientContext.UnwrapInPlace(input, out int newOffset, out int newLength, out _);
System.Net.Security (1)
System\Net\Security\NegotiateStream.cs (1)
414statusCode = _context.UnwrapInPlace(_readBuffer.AsSpan(0, readBytes), out _readBufferOffset, out _readBufferCount, out _);