1 reference to s_nonEmpty
System.Security.Cryptography.ProtectedData (1)
System\Security\Cryptography\ProtectedData.cs (1)
337
ReadOnlySpan<byte> relevantData = inputData.IsEmpty ?
s_nonEmpty
: inputData;