3 implementations of WriteContent
ILCompiler.Compiler (3)
Compiler\TypePreinit.cs (3)
3281
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
3402
public void
WriteContent
(ref ObjectDataBuilder builder, ISymbolNode thisNode, NodeFactory factory)
3586
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);