1 instantiation of InterfaceDispatchCellInfoSectionNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
228var interfaceDispatchCellInfoNode = new InterfaceDispatchCellInfoSectionNode(nativeReferencesTableNode);
2 references to InterfaceDispatchCellInfoSectionNode
ILCompiler.Compiler (2)
Compiler\DependencyAnalysis\DispatchCellNode.cs (1)
89return InterfaceDispatchCellInfoSectionNode.GetCellDependencies(factory, _targetMethod);
Compiler\MetadataManager.cs (1)
228var interfaceDispatchCellInfoNode = new InterfaceDispatchCellInfoSectionNode(nativeReferencesTableNode);