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