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