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