Base:
method
WriteVertex
ILCompiler.DependencyAnalysis.NativeLayoutVertexNode.WriteVertex(ILCompiler.DependencyAnalysis.NodeFactory)
1 override of WriteVertex
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
664
public override Vertex
WriteVertex
(NodeFactory factory)
5 references to WriteVertex
ILCompiler.Compiler (5)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (5)
668
Vertex methodEntryVertex = base.
WriteVertex
(factory);
1318
return factory.NativeLayout.MethodEntry(_method).
WriteVertex
(factory);
1407
return factory.NativeLayout.MethodEntry(_method).
WriteVertex
(factory);
1489
Vertex constrainedMethodVertex = factory.NativeLayout.MethodEntry(_constrainedMethod).
WriteVertex
(factory);
1564
return _wrappedNode.
WriteVertex
(factory);