1 write to _instanceNsID
System.Private.Xml (1)
System\Xml\Serialization\XmlSerializationReader.cs (1)
125_instanceNsID = r.NameTable.Add(XmlSchema.InstanceNamespace);
5 references to _instanceNsID
System.Private.Xml (5)
System\Xml\Serialization\XmlSerializationReader.cs (5)
253string? type = _r.GetAttribute(_typeID, _instanceNsID); 832_r.GetAttribute(_nilID, _instanceNsID) ?? 833_r.GetAttribute(_nullID, _instanceNsID) ?? 1898((object)Reader.NamespaceURI == (object)_instanceNsID || 1921XmlAttribute xsiTypeAttribute = Document.CreateAttribute(_typeID, _instanceNsID);