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