1 write to _typeID
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
137_typeID = r.NameTable.Add("type");
5 references to _typeID
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
260string? type = _r.GetAttribute(_typeID, _instanceNsID); 263type = _r.GetAttribute(_typeID, _instanceNs2000ID); 266type = _r.GetAttribute(_typeID, _instanceNs1999ID); 1948if ((object)Reader.LocalName == (object)_typeID && 1972XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);