2 references to WriteAllTextAsync
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (2)
1142
=>
WriteAllTextAsync
(path, contents, UTF8NoBOM, cancellationToken);
1145
=>
WriteAllTextAsync
(path, contents.AsMemory(), encoding, cancellationToken);