1 write to _typeID
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
135_typeID = r.NameTable.Add("type");
5 references to _typeID
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
253string? type = _r.GetAttribute(_typeID, _instanceNsID); 256type = _r.GetAttribute(_typeID, _instanceNs2000ID); 259type = _r.GetAttribute(_typeID, _instanceNs1999ID); 1897if ((object)Reader.LocalName == (object)_typeID && 1921XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);