1 write to typeID
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
157typeID = r.NameTable.Add("type");
5 references to typeID
System.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
273string type = r.GetAttribute(typeID, instanceNsID); 275type = r.GetAttribute(typeID, instanceNs2000ID); 277type = r.GetAttribute(typeID, instanceNs1999ID); 1794if ( (object)Reader.LocalName == (object)typeID && 1816XmlAttribute xsiTypeAttribute = Document.CreateAttribute(typeID, instanceNsID);