3 implementations of WriteContent
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
3297
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
3418
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
3602
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
1 reference to WriteContent
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\SerializedFrozenObjectNode.cs (1)
55
_data.
WriteContent
(ref dataBuilder, this, factory);