1 write to _htElementIdMap
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (1)
236_htElementIdMap = new Hashtable();
11 references to _htElementIdMap
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (11)
233if (_htElementIdMap == null || !_htElementIdMap.Contains(id)) 235if (_htElementIdMap == null) 239_htElementIdMap.Add(id, elementList); 244ArrayList elementList = (ArrayList)(_htElementIdMap[id]); 252if (_htElementIdMap != null && _htElementIdMap.Contains(id)) 254ArrayList elementList = (ArrayList)(_htElementIdMap[id]); 260_htElementIdMap.Remove(id); 869if (_htElementIdMap != null) 871ArrayList elementList = (ArrayList)(_htElementIdMap[elementId]);