2 references to WriteAllText
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (2)
657
/// include a UTF-8 identifier, such as a byte order mark, at the beginning of a file, use the <see cref="
WriteAllText
(string, ReadOnlySpan{char}, Encoding)"/> method.
660
=>
WriteAllText
(path, contents, UTF8NoBOM);