2 references to WriteToFileAsync
dotnet-openapi (2)
Commands\BaseCommand.cs (2)
259
await
WriteToFileAsync
(await response.Stream, destinationPath, overwrite);
280
await
WriteToFileAsync
(await response.Stream, GetFullPath(destinationPath), overwrite: false);