3 implementations of WriteContent
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
3260
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
3381
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
3562
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
1 reference to WriteContent
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\SerializedFrozenObjectNode.cs (1)
54
_data.
WriteContent
(ref dataBuilder, this, factory);