1 write to instanceNsID
System.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
147instanceNsID = r.NameTable.Add(XmlSchema.InstanceNamespace);
5 references to instanceNsID
System.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
273string type = r.GetAttribute(typeID, instanceNsID); 819string isNull = r.GetAttribute(nilID, instanceNsID); 821isNull = r.GetAttribute(nullID, instanceNsID); 1795( (object)Reader.NamespaceURI == (object)instanceNsID || 1816XmlAttribute xsiTypeAttribute = Document.CreateAttribute(typeID, instanceNsID);