1 write to _upperInvariantChars
Microsoft.ML.Core (1)
Utilities\CharUtils.cs (1)
31Interlocked.CompareExchange(ref _upperInvariantChars, upper, null);
2 references to _upperInvariantChars
Microsoft.ML.Core (2)
Utilities\CharUtils.cs (2)
32return _upperInvariantChars; 45var upper = _upperInvariantChars ?? EnsureUpperInvariant();