5 references to GVMDependencies
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
157dynamicDependencies.Add(new CombinedDependencyListEntry(factory.GVMDependencies(implementingMethodInstantiation.GetCanonMethodTarget(CanonicalFormKind.Specific)), null, "ImplementingMethodInstantiation"));
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
1397result.Add(factory.GVMDependencies(_method.GetCanonMethodTarget(CanonicalFormKind.Specific)), "Potential dynamic GVM call"); 1479yield 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)
57dependencies.Add(factory.GVMDependencies(canonMethod), "GVM dependencies for runtime method handle");