3 writes to index
System.Xaml (3)
System\Xaml\NameScopeDictionary.cs (3)
144
index
= -1;
190
index
++;
216
index
= -1;
2 references to index
System.Xaml (2)
System\Xaml\NameScopeDictionary.cs (2)
166
string name = _names[
index
];
185
if (
index
== _names.Count - 1)