2 references to WriteAllLines
System.Private.CoreLib (2)
src\runtime\src\libraries\System.Private.CoreLib\src\System\IO\File.cs (2)
948=> WriteAllLines(path, contents, UTF8NoBOM); 951=> WriteAllLines(path, (IEnumerable<string>)contents, encoding);