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