Grpc.Net.Client.Internal.ClientStreamWriterBase<TRequest>
abstract class ClientStreamWriterBase<TRequest> : IClientStreamWriter<TRequest>, IAsyncStreamWriter<TRequest>
A value indicating whether there is an async write already in progress.
Should only check this property when holding the write lock.