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)
257string? type = _r.GetAttribute(_typeID, _instanceNsID); 260type = _r.GetAttribute(_typeID, _instanceNs2000ID); 263type = _r.GetAttribute(_typeID, _instanceNs1999ID); 1924if ((object)Reader.LocalName == (object)_typeID && 1948XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);