1 write to NsXml
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
216NsXml = nameTable.Add(XmlReservedNs.NsXml);
2 references to NsXml
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
1495if (Ref.Equal(attQName.Namespace, NsXml) && (validationFlags & XmlSchemaValidationFlags.AllowXmlAttributes) != 0) { //Need to check if this attribute is an xml attribute 1496if (!compiledSchemaInfo.Contains(NsXml)) { //We dont have a schema for xml namespace