1 write to _previousHashCount
ILCompiler.Compiler (1)
Compiler\MethodBodyDeduplicator.cs (1)
64_previousHashCount = methodHash.Count;
1 reference to _previousHashCount
ILCompiler.Compiler (1)
Compiler\MethodBodyDeduplicator.cs (1)
37var methodHash = new HashSet<MethodInternKey>(_previousHashCount, new MethodInternComparer(factory, previousSymbolRemapping, _genericsOnly));