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