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/Compiler/Utilities/Caches.fs
+6-6Lines changed: 6 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ open System.Diagnostics
13
13
// or the number of elements in the dictionary is greater than the available space from index to the end of the destination array.)
14
14
// this is casuedby insertions happened between reading the `Count` and doing the `CopyTo`.
15
15
// This solution introduces a custom `ConcurrentDictionary.sortBy` which will be calling a proper `CopyTo`, the one on the ConcurrentDictionary itself.
0 commit comments