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