2 writes to _compareInfo
System.Collections.NonGeneric (2)
System\Collections\CaseInsensitiveHashCodeProvider.cs (2)
20
_compareInfo
= CultureInfo.CurrentCulture.CompareInfo;
27
_compareInfo
= culture.CompareInfo;
1 reference to _compareInfo
System.Collections.NonGeneric (1)
System\Collections\CaseInsensitiveHashCodeProvider.cs (1)
40
_compareInfo
.GetHashCode(s, CompareOptions.IgnoreCase) :