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