1 write to instanceNs2000ID
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
148instanceNs2000ID = r.NameTable.Add("http://www.w3.org/2000/10/XMLSchema-instance");
3 references to instanceNs2000ID
System.Xml (3)
System\Xml\Serialization\XmlSerializationReader.cs (3)
275type = r.GetAttribute(typeID, instanceNs2000ID); 823isNull = r.GetAttribute(nullID, instanceNs2000ID); 1796(object)Reader.NamespaceURI == (object)instanceNs2000ID ||