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