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