2 instantiations of Entry
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3041Entry entry = new Entry(key, value); 3061Entry entry = new Entry(key, null);
16 references to Entry
System.Xaml (16)
System\Xaml\XamlObjectReader.cs (16)
3023Entry other = obj as Entry; 3041Entry entry = new Entry(key, value); 3061Entry entry = new Entry(key, null); 3077Entry predEntry = _entries[predIndex]; 3079Entry keyEntry = _entries[keyIndex]; 3090_firstIndex = Entry.UNSEEN; 3103_firstIndex = Entry.UNSEEN; 3104_lastIndex = Entry.UNSEEN; 3107_entries[i].Link = Entry.UNSEEN; 3121if (_entries[index].Link == Entry.UNSEEN) 3124_entries[index].Link = Entry.INDFS; 3174Entry entry = _entries[index]; 3189private List<Entry> _entries = new List<Entry>(); 3190private int _firstIndex = Entry.UNSEEN; // head of linear order