1 instantiation of StructMarshallingDataNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.cs (1)
534
return new
StructMarshallingDataNode
(type);
4 references to StructMarshallingDataNode
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NodeFactory.cs (3)
532
_structMarshalingDataNodes = new NodeCache<DefType,
StructMarshallingDataNode
>(type =>
1584
private NodeCache<DefType,
StructMarshallingDataNode
> _structMarshalingDataNodes;
1586
public
StructMarshallingDataNode
StructMarshallingData(DefType type)
Compiler\MetadataManager.cs (1)
316
if (obj is
StructMarshallingDataNode
structMarshallingDataNode)