1 write to _targetsWithoutIds
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1544
_targetsWithoutIds
= new ArrayList();
4 references to _targetsWithoutIds
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (4)
1543
if (
_targetsWithoutIds
== null)
1546
_targetsWithoutIds
.Add(o);
1604
if (
_targetsWithoutIds
!= null)
1606
foreach (object o in
_targetsWithoutIds
)