2 writes to _state
System.Private.Xml.Linq (2)
System\Xml\Linq\XHashtable.cs (2)
78_state = new XHashtableState(extractKey, capacity); 114_state = newState;
3 references to _state
System.Private.Xml.Linq (3)
System\Xml\Linq\XHashtable.cs (3)
86return _state.TryGetValue(key, index, count, out value); 101if (_state.TryAdd(value, out newValue)) 111XHashtableState newState = _state.Resize();