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