1 write to Vertices
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (1)
233Vertices = vertices;
7 references to Vertices
ILCompiler.Compiler (7)
Compiler\DependencyAnalysis\NodeFactory.NativeLayout.cs (7)
47return new NativeLayoutPlacedVertexSequenceVertexNode(vertices.Vertices); 247if (other.Vertices.Count != Vertices.Count) 250for (int i = 0; i < Vertices.Count; i++) 252if (other.Vertices[i] != Vertices[i]) 262foreach (NativeLayoutVertexNode node in Vertices)