1 instantiation of DelegateMarshallingDataNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
529return new DelegateMarshallingDataNode(type);
4 references to DelegateMarshallingDataNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
527_delegateMarshalingDataNodes = new NodeCache<DefType, DelegateMarshallingDataNode>(type => 1577private NodeCache<DefType, DelegateMarshallingDataNode> _delegateMarshalingDataNodes; 1579public DelegateMarshallingDataNode DelegateMarshallingData(DefType type)
Compiler\MetadataManager.cs (1)
321if (obj is DelegateMarshallingDataNode delegateMarshallingDataNode)