1 instantiation of ReflectionInvokeMapNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
171var invokeMapNode = new ReflectionInvokeMapNode(commonFixupsTableNode);
3 references to ReflectionInvokeMapNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\ReflectedFieldNode.cs (1)
100ReflectionInvokeMapNode.AddSignatureDependency(ref dependencies, factory, _field, fieldType, "Type of the field", isOut: true);
Compiler\MetadataManager.cs (2)
171var invokeMapNode = new ReflectionInvokeMapNode(commonFixupsTableNode); 494ReflectionInvokeMapNode.AddDependenciesDueToReflectability(ref dependencies, factory, method);