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)
253
string? type = _r.GetAttribute(
_typeID
, _instanceNsID);
256
type = _r.GetAttribute(
_typeID
, _instanceNs2000ID);
259
type = _r.GetAttribute(
_typeID
, _instanceNs1999ID);
1897
if ((object)Reader.LocalName == (object)
_typeID
&&
1921
XmlAttribute xsiTypeAttribute = Document.CreateAttribute(
_typeID
, _instanceNsID);