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