1 instantiation of GvmDispatchCellInfoSectionNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
234var gvmDispatchCellInfoNode = new GvmDispatchCellInfoSectionNode();
3 references to GvmDispatchCellInfoSectionNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\DispatchCellNode.cs (1)
84return GvmDispatchCellInfoSectionNode.GetCellDependencies(factory, _targetMethod);
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
1313factory.MetadataManager.GetNativeLayoutMetadataDependencies(ref result, factory, GvmDispatchCellInfoSectionNode.GetMethodForMetadata(_method, out _));
Compiler\MetadataManager.cs (1)
234var gvmDispatchCellInfoNode = new GvmDispatchCellInfoSectionNode();