1 write to _lowerInvariantChars
Microsoft.ML.Core (1)
Utilities\CharUtils.cs (1)
22
Interlocked.CompareExchange(ref
_lowerInvariantChars
, lower, null);
2 references to _lowerInvariantChars
Microsoft.ML.Core (2)
Utilities\CharUtils.cs (2)
23
return
_lowerInvariantChars
;
38
var lower =
_lowerInvariantChars
?? EnsureLowerInvariant();