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