2 instantiations of Entry
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3063Entry entry = new Entry(key, value); 3083Entry entry = new Entry(key, null);
15 references to Entry
System.Xaml (15)
System\Xaml\XamlObjectReader.cs (15)
3046return obj is Entry other && other.Key.Equals(Key); 3063Entry entry = new Entry(key, value); 3083Entry entry = new Entry(key, null); 3100Entry predEntry = _entries[predIndex]; 3102Entry keyEntry = _entries[keyIndex]; 3114_firstIndex = Entry.UNSEEN; 3127_firstIndex = Entry.UNSEEN; 3128_lastIndex = Entry.UNSEEN; 3131_entries[i].Link = Entry.UNSEEN; 3145if (_entries[index].Link == Entry.UNSEEN) 3148_entries[index].Link = Entry.INDFS; 3199Entry entry = _entries[index]; 3214private List<Entry> _entries = new List<Entry>(); 3215private int _firstIndex = Entry.UNSEEN; // head of linear order