1 write to objectsInUse
System.Xml (1)
System\Xml\Serialization\XmlSerializationWriter.cs (1)
1257
objectsInUse
= new Hashtable();
5 references to objectsInUse
System.Xml (5)
System\Xml\Serialization\XmlSerializationWriter.cs (5)
418
if (o != null &&
objectsInUse
!= null) {
419
if (
objectsInUse
.ContainsKey(o)) throw new InvalidOperationException(Res.GetString(Res.XmlCircularReference, o.GetType().FullName));
420
objectsInUse
.Add(o, o);
560
if (o != null &&
objectsInUse
!= null) {
566
objectsInUse
.Remove(o);