3 references to GenericVirtualMethodImpl
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\GVMDependenciesNode.cs (3)
45
yield return new DependencyListEntry(factory.
GenericVirtualMethodImpl
(_method), "Implementation of the generic virtual method");
155
dynamicDependencies.Add(new CombinedDependencyListEntry(factory.
GenericVirtualMethodImpl
(implementingMethodInstantiation.GetCanonMethodTarget(CanonicalFormKind.Specific)), null, "ImplementingMethodInstantiation"));
212
factory.
GenericVirtualMethodImpl
(instantiatedTargetMethod), null, "DerivedMethodInstantiation"));