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)
37
var methodHash = new HashSet<MethodInternKey>(
_previousHashCount
, new MethodInternComparer(factory, previousSymbolRemapping, _genericsOnly));