1 write to typeID
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
157
typeID
= r.NameTable.Add("type");
5 references to typeID
System.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
273
string type = r.GetAttribute(
typeID
, instanceNsID);
275
type = r.GetAttribute(
typeID
, instanceNs2000ID);
277
type = r.GetAttribute(
typeID
, instanceNs1999ID);
1794
if ( (object)Reader.LocalName == (object)
typeID
&&
1816
XmlAttribute xsiTypeAttribute = Document.CreateAttribute(
typeID
, instanceNsID);