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