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)
419statusCode = _context.UnwrapInPlace(_readBuffer.AsSpan(0, readBytes), out decryptedOffset, out decryptedCount, out _);