2 references to Measure7BitEncodedUIntLength
Microsoft.AspNetCore.DataProtection (1)
src\Shared\Encoding\Int7BitEncodingUtils.cs (1)
15
=>
Measure7BitEncodedUIntLength
((uint)value);
Microsoft.AspNetCore.DataProtection.Tests (1)
Internal\Int7BitEncodingUtilsTests.cs (1)
28
var actualSize = value.
Measure7BitEncodedUIntLength
();