7 references to GVMDependencies
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\GvmDispatchCellInfoSectionNode.cs (1)
84result.Add(factory.GVMDependencies(canonMethod), "GVM dependencies");
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (3)
1312result.Add(factory.GVMDependencies(canonMethod), "GVM dependencies"); 1440result.Add(factory.GVMDependencies(_method.GetCanonMethodTarget(CanonicalFormKind.Specific)), "Potential dynamic GVM call"); 1522yield return new DependencyListEntry(factory.GVMDependencies(canonMethod), "Generic virtual method call");
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (1)
95dependencies.Add(factory.GVMDependencies(slotDefiningMethod.GetCanonMethodTarget(CanonicalFormKind.Specific)), "GVM callable reflectable method");
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
58dependencies.Add(factory.GVMDependencies(canonMethod), "GVM dependencies for runtime method handle");
src\runtime\src\coreclr\tools\Common\Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
178dynamicDependencies.Add(new CombinedDependencyListEntry(factory.GVMDependencies(canonImpl), null, "ImplementingMethodInstantiation"));