1 write to _utf8NoBom
Microsoft.ML.Core (1)
Utilities\Stream.cs (1)
803
Interlocked.CompareExchange(ref
_utf8NoBom
, new UTF8Encoding(false), null);
2 references to _utf8NoBom
Microsoft.ML.Core (2)
Utilities\Stream.cs (2)
802
if (
_utf8NoBom
== null)
804
encoding =
_utf8NoBom
;