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