1 instantiation of InterfaceGenericVirtualMethodTableNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
204
var interfaceGenericVirtualMethodTableNode = new
InterfaceGenericVirtualMethodTableNode
(commonFixupsTableNode);
2 references to InterfaceGenericVirtualMethodTableNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\TypeGVMEntriesNode.cs (1)
73
InterfaceGenericVirtualMethodTableNode
.GetGenericVirtualMethodImplementationDependencies(ref _staticDependencies, context, entry.CallingMethod, entry.ImplementationType, entry.ImplementationMethod);
Compiler\MetadataManager.cs (1)
204
var
interfaceGenericVirtualMethodTableNode = new InterfaceGenericVirtualMethodTableNode(commonFixupsTableNode);