Base:
method
FlushAsync
System.IO.Stream.FlushAsync(System.Threading.CancellationToken)
1 reference to FlushAsync
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\UnmanagedMemoryStreamWrapper.cs (1)
155
return _unmanagedStream.
FlushAsync
(cancellationToken);