Base:
method
FlushAsync
System.IO.Stream.FlushAsync(System.Threading.CancellationToken)
1 reference to FlushAsync
mscorlib (1)
system\io\unmanagedmemorystreamwrapper.cs (1)
182return _unmanagedStream.FlushAsync(cancellationToken);