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)
26
if (!
_genericsOnly
|| method.HasInstantiation || method.OwningType.HasInstantiation)
37
var methodHash = new HashSet<MethodInternKey>(_previousHashCount, new MethodInternComparer(factory, previousSymbolRemapping,
_genericsOnly
));