1 write to _genericsOnly
ILCompiler.Compiler (1)
Compiler\MethodBodyDeduplicator.cs (1)
21_genericsOnly = genericsOnly;
2 references to _genericsOnly
ILCompiler.Compiler (2)
Compiler\MethodBodyDeduplicator.cs (2)
26if (!_genericsOnly || method.HasInstantiation || method.OwningType.HasInstantiation) 37var methodHash = new HashSet<MethodInternKey>(_previousHashCount, new MethodInternComparer(factory, previousSymbolRemapping, _genericsOnly));