1 write to Value
Microsoft.CodeAnalysis.UnitTests (1)
Collections\CachingFactoryTests.cs (1)
16
public CacheKey(int value) { this.
Value
= value; }
1 reference to Value
Microsoft.CodeAnalysis.UnitTests (1)
Collections\CachingFactoryTests.cs (1)
18
public static int GetHashCode(CacheKey key) { return key.
Value
; }