2 references to TryRead
Interop.FunctionalTests (2)
src\Shared\runtime\Http3\Helpers\VariableLengthIntegerHelper.cs (2)
90
if (
TryRead
(reader.UnreadSpan, out value, out int bytesRead))
117
bool result =
TryRead
(temp, out value, out int bytesRead);