5 references to GVMDependencies
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\GVMDependenciesNode.cs (1)
157
dynamicDependencies.Add(new CombinedDependencyListEntry(factory.
GVMDependencies
(implementingMethodInstantiation.GetCanonMethodTarget(CanonicalFormKind.Specific)), null, "ImplementingMethodInstantiation"));
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (2)
1397
result.Add(factory.
GVMDependencies
(_method.GetCanonMethodTarget(CanonicalFormKind.Specific)), "Potential dynamic GVM call");
1479
yield return new DependencyListEntry(factory.
GVMDependencies
(canonMethod), "Generic virtual method call");
Compiler\DependencyAnalysis\ReflectionVirtualInvokeMapNode.cs (1)
95
dependencies.Add(factory.
GVMDependencies
(slotDefiningMethod.GetCanonMethodTarget(CanonicalFormKind.Specific)), "GVM callable reflectable method");
Compiler\DependencyAnalysis\RuntimeMethodHandleNode.cs (1)
57
dependencies.Add(factory.
GVMDependencies
(canonMethod), "GVM dependencies for runtime method handle");