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)
257string? type = _r.GetAttribute(_typeID, _instanceNsID); 844_r.GetAttribute(_nilID, _instanceNsID) ?? 845_r.GetAttribute(_nullID, _instanceNsID) ?? 1925((object)Reader.NamespaceURI == (object)_instanceNsID || 1948XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);