We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cbf4c20 commit 2f3c939Copy full SHA for 2f3c939
src/DotNext.Threading/Runtime/Caching/RandomAccessCache.Dictionary.cs
@@ -170,7 +170,7 @@ public Bucket()
170
}
171
172
[DebuggerBrowsable(DebuggerBrowsableState.Never)]
173
- internal int CollisionCount => count;
+ internal readonly int CollisionCount => count;
174
175
[ExcludeFromCodeCoverage]
176
0 commit comments