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))] 280if (Ref.Equal(objectNs, _nsXmlNs)) 472if ((object)reader.NamespaceURI == (object)_nsXmlNs)