1 write to _nsXs
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
222
_nsXs
= _nameTable.Add(XmlReservedNs.NsXs);
2 references to _nsXs
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
197
[MemberNotNull(nameof(
_nsXs
))]
1692
if (elementDeclXsi == null && xsiTypeName.Namespace ==
_nsXs
)