2 instantiations of Entry
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3062Entry entry = new Entry(key, value); 3082Entry entry = new Entry(key, null);
15 references to Entry
System.Xaml (15)
System\Xaml\XamlObjectReader.cs (15)
3045return obj is Entry other && other.Key.Equals(Key); 3062Entry entry = new Entry(key, value); 3082Entry entry = new Entry(key, null); 3099Entry predEntry = _entries[predIndex]; 3101Entry keyEntry = _entries[keyIndex]; 3113_firstIndex = Entry.UNSEEN; 3126_firstIndex = Entry.UNSEEN; 3127_lastIndex = Entry.UNSEEN; 3130_entries[i].Link = Entry.UNSEEN; 3144if (_entries[index].Link == Entry.UNSEEN) 3147_entries[index].Link = Entry.INDFS; 3198Entry entry = _entries[index]; 3213private List<Entry> _entries = new List<Entry>(); 3214private int _firstIndex = Entry.UNSEEN; // head of linear order