1 instantiation of NativeLayoutPlacedVertexSequenceOfUIntVertexNode
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
52
return new
NativeLayoutPlacedVertexSequenceOfUIntVertexNode
(uints);
3 references to NativeLayoutPlacedVertexSequenceOfUIntVertexNode
ILCompiler.Compiler (3)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (3)
50
_placedUIntVertexSequence = new NodeCache<List<uint>,
NativeLayoutPlacedVertexSequenceOfUIntVertexNode
>(uints =>
304
private NodeCache<List<uint>,
NativeLayoutPlacedVertexSequenceOfUIntVertexNode
> _placedUIntVertexSequence;
305
internal
NativeLayoutPlacedVertexSequenceOfUIntVertexNode
PlacedUIntVertexSequence(List<uint> uints)