3 references to ToBase32StringSuitableForDirName
mscorlib (3)
system\io\isolatedstorage\isolatedstorage.cs (1)
233return Path.ToBase32StringSuitableForDirName(b);
system\io\isolatedstorage\isolatedstoragefile.cs (1)
2229return Path.ToBase32StringSuitableForDirName(new SHA1CryptoServiceProvider().ComputeHash(ms));
system\io\path.cs (1)
1100char[] rndCharArray = Path.ToBase32StringSuitableForDirName(key).ToCharArray();