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)
611
DependencyListEntry[] dependencies = new DependencyListEntry[
_vertices
.Count];
612
for (int i = 0; i <
_vertices
.Count; i++)
614
dependencies[i] = new DependencyListEntry(
_vertices
[i], "NativeLayoutPlacedVertexSequenceVertexNode element");
629
foreach (NativeLayoutVertexNode vertex in
_vertices
)