1 instantiation of ReflectionVirtualInvokeMapNode
ILCompiler.Compiler (1)
Compiler\MetadataManager.cs (1)
216
var virtualInvokeMapNode = new
ReflectionVirtualInvokeMapNode
(commonFixupsTableNode);
3 references to ReflectionVirtualInvokeMapNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\ReflectionInvokeMapNode.cs (2)
80
ReflectionVirtualInvokeMapNode
.GetVirtualInvokeMapDependencies(ref dependencies, factory, method);
161
if (
ReflectionVirtualInvokeMapNode
.NeedsVirtualInvokeInfo(factory, method))
Compiler\MetadataManager.cs (1)
216
var
virtualInvokeMapNode = new ReflectionVirtualInvokeMapNode(commonFixupsTableNode);