2 references to InternalWriteAllLines
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (2)
930
InternalWriteAllLines
(new StreamWriter(path, false, encoding), contents);
1018
InternalWriteAllLines
(new StreamWriter(path, true, encoding), contents);