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