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