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