1 write to _instanceNsID
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
127_instanceNsID = r.NameTable.Add(XmlSchema.InstanceNamespace);
5 references to _instanceNsID
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
260string? type = _r.GetAttribute(_typeID, _instanceNsID); 847_r.GetAttribute(_nilID, _instanceNsID) ?? 848_r.GetAttribute(_nullID, _instanceNsID) ?? 1949((object)Reader.NamespaceURI == (object)_instanceNsID || 1972XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);