You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/Compilers/Core/Portable/InternalUtilities/Hash.cs
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -351,7 +351,17 @@ internal static int GetFNVHashCode(System.Text.StringBuilder text)
351
351
/// <param name="length">The number of characters, beginning with <paramref name="start"/> to hash</param>
352
352
/// <returns>The FNV-1a hash code of the substring beginning at <paramref name="start"/> and ending after <paramref name="length"/> characters.</returns>
0 commit comments