Exemplo n.º 1
0
 internal void AddCaseInsensitiveString(string s)
 {
     if (s != null)
     {
         AddInt(StringUtil.GetNonRandomizedHashCode(s, ignoreCase: true));
     }
 }
Exemplo n.º 2
0
 private void AddFileContentHashKey(string fileContentHashKey)
 {
     AddInt(StringUtil.GetNonRandomizedHashCode(fileContentHashKey));
 }