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