2 instantiations of Entry
System.Xaml (2)
System\Xaml\XamlObjectReader.cs (2)
3046Entry entry = new Entry(key, value); 3066Entry entry = new Entry(key, null);
16 references to Entry
System.Xaml (16)
System\Xaml\XamlObjectReader.cs (16)
3028Entry other = obj as Entry; 3046Entry entry = new Entry(key, value); 3066Entry entry = new Entry(key, null); 3082Entry predEntry = _entries[predIndex]; 3084Entry keyEntry = _entries[keyIndex]; 3095_firstIndex = Entry.UNSEEN; 3108_firstIndex = Entry.UNSEEN; 3109_lastIndex = Entry.UNSEEN; 3112_entries[i].Link = Entry.UNSEEN; 3126if (_entries[index].Link == Entry.UNSEEN) 3129_entries[index].Link = Entry.INDFS; 3179Entry entry = _entries[index]; 3194private List<Entry> _entries = new List<Entry>(); 3195private int _firstIndex = Entry.UNSEEN; // head of linear order