1 write to _targets
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1550if (_targets == null) _targets = new Hashtable();
7 references to _targets
dotnet-svcutil-lib (7)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (7)
1550if (_targets == null) _targets = new Hashtable(); 1551if (!_targets.Contains(id)) 1552_targets.Add(id, o); 1575object target = _targets != null ? _targets[id] : null; 1594if (_targets != null) 1596foreach (DictionaryEntry target in _targets)