1 write to _nsXml
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
225
_nsXml
= _nameTable.Add(XmlReservedNs.NsXml);
3 references to _nsXml
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
200
[MemberNotNull(nameof(
_nsXml
))]
1782
if (Ref.Equal(attQName.Namespace,
_nsXml
) && (_validationFlags & XmlSchemaValidationFlags.AllowXmlAttributes) != 0)
1784
if (!_compiledSchemaInfo.Contains(
_nsXml
))