125 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
136 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
140 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
174 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
180 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
253 return base.Read(buffer);
345 base.Dispose(num != 0
L);
504 throw new global::Cpp2IlInjected.AnalysisFailedException(
"CPP2IL failed to recover any usable IL for this method.");
class f__AnonymousType0<< Count > j__TPar
override ValueTask< int > ReadAsync(Memory< byte > buffer, [Optional] CancellationToken cancellationToken)
override void SetLength(long value)
override int EndRead(IAsyncResult asyncResult)
override IAsyncResult BeginWrite(byte[] array, int offset, int count, AsyncCallback asyncCallback, object asyncState)
override int Read(Span< byte > buffer)
override Task< int > ReadAsync(byte[] array, int offset, int count, CancellationToken cancellationToken)
override void Write(ReadOnlySpan< byte > buffer)
override long Seek(long offset, SeekOrigin origin)
GZipStream(Stream stream, CompressionMode mode, bool leaveOpen)
override void EndWrite(IAsyncResult asyncResult)
static void ThrowStreamClosedException()
override void Write(byte[] array, int offset, int count)
override int Read(byte[] array, int offset, int count)
DeflateStream _deflateStream
override Task FlushAsync(CancellationToken cancellationToken)
override IAsyncResult BeginRead(byte[] array, int offset, int count, AsyncCallback asyncCallback, object asyncState)
void CheckDeflateStream()
override ValueTask WriteAsync(ReadOnlyMemory< byte > buffer, [Optional] CancellationToken cancellationToken)
override void CopyTo(Stream destination, int bufferSize)
GZipStream(Stream stream, CompressionMode mode)
override Task WriteAsync(byte[] array, int offset, int count, CancellationToken cancellationToken)
override void Dispose(bool disposing)
static void End(IAsyncResult asyncResult)
static CancellationToken None