1 write to s_UTF8NoBOM
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\System\IO\File.cs (1)
26
private static Encoding UTF8NoBOM =>
s_UTF8NoBOM
??= new UTF8Encoding(encoderShouldEmitUTF8Identifier: false, throwOnInvalidBytes: true);