1 write to _vertices
ILCompiler.Compiler (1)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (1)
606_vertices = vertices;
4 references to _vertices
ILCompiler.Compiler (4)
Compiler\DependencyAnalysis\NativeLayoutVertexNode.cs (4)
611DependencyListEntry[] dependencies = new DependencyListEntry[_vertices.Count]; 612for (int i = 0; i < _vertices.Count; i++) 614dependencies[i] = new DependencyListEntry(_vertices[i], "NativeLayoutPlacedVertexSequenceVertexNode element"); 629foreach (NativeLayoutVertexNode vertex in _vertices)