Base:
method
DisposeAsync
System.IO.Stream.DisposeAsync()
1 override of DisposeAsync
System.IO.IsolatedStorage (1)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (1)
218public override ValueTask DisposeAsync()
6 references to DisposeAsync
Microsoft.AspNetCore.WebUtilities (3)
FileBufferingWriteStream.cs (3)
207await FileStream.DisposeAsync(); 233await FileStream.DisposeAsync(); 260await (FileStream?.DisposeAsync() ?? default);
System.IO.Compression.ZipFile (1)
System\IO\Compression\ZipFile.Create.Async.cs (1)
169await fs.DisposeAsync().ConfigureAwait(false);
System.IO.IsolatedStorage (2)
System\IO\IsolatedStorage\IsolatedStorageFileStream.cs (2)
221GetType() != typeof(IsolatedStorageFileStream) ? base.DisposeAsync() : 222_fs != null ? _fs.DisposeAsync() :