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