2 references to WriteToFileAsync
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (2)
1166return WriteToFileAsync(path, FileMode.Create, contents, encoding, cancellationToken); 1405return WriteToFileAsync(path, FileMode.Append, contents, encoding, cancellationToken);