1 write to _nsXmlNs
System.Private.Xml (1)
System\Xml\Dom\DocumentSchemaValidator.cs (1)
73
_nsXmlNs
= _nameTable.Add(XmlReservedNs.NsXmlNs);
3 references to _nsXmlNs
System.Private.Xml (3)
System\Xml\Dom\DocumentSchemaValidator.cs (3)
352
else if (Ref.Equal(objectNs,
_nsXmlNs
))
394
if (Ref.Equal(attr.NamespaceURI,
_nsXmlNs
))
701
else if (Ref.Equal(objectNs,
_nsXmlNs
))