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