5 references to IsAllAscii
System.Collections.Immutable (5)
System\Collections\Frozen\String\Hashing.cs (1)
80Debug.Assert(KeyAnalyzer.IsAllAscii(s));
System\Collections\Frozen\String\KeyAnalyzer.cs (4)
148!IsAllAscii(getHashString(uniqueString, index, count))) 164if ((count > 0 && !allUniqueStringsAreConfirmedAscii && !IsAllAscii(uniqueString.AsSpan())) || 193if (!IsAllAscii(s.AsSpan())) 246Debug.Assert(IsAllAscii(s));