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