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