1 write to _nsXmlNs
System.Private.Xml (1)
System\Xml\Schema\XsdValidator.cs (1)
86
_nsXmlNs
= NameTable.Add(XmlReservedNs.NsXmlNs);
3 references to _nsXmlNs
System.Private.Xml (3)
System\Xml\Schema\XsdValidator.cs (3)
60
[MemberNotNull(nameof(
_nsXmlNs
))]
280
if (Ref.Equal(objectNs,
_nsXmlNs
))
472
if ((object)reader.NamespaceURI == (object)
_nsXmlNs
)