3 writes to index
System.Xaml (3)
System\Xaml\NameScopeDictionary.cs (3)
143
index
= -1;
189
index
++;
215
index
= -1;
2 references to index
System.Xaml (2)
System\Xaml\NameScopeDictionary.cs (2)
165
string name = _names[
index
];
184
if (
index
== _names.Count - 1)