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