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