2 references to WriteToUnderlyingStreamAsync
mscorlib (2)
system\io\bufferedstream.cs (2)
1056Task writeOp = WriteToUnderlyingStreamAsync(buffer, offset, count, CancellationToken.None, semaphoreLockTask, useApmPattern: true); 1131return WriteToUnderlyingStreamAsync(buffer, offset, count, cancellationToken, semaphoreLockTask, useApmPattern: false);