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