1 write to _xsiNoNamespaceSchemaLocationString
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
229
_xsiNoNamespaceSchemaLocationString
= _nameTable.Add("noNamespaceSchemaLocation");
2 references to _xsiNoNamespaceSchemaLocationString
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
204
[MemberNotNull(nameof(
_xsiNoNamespaceSchemaLocationString
))]
664
if (Ref.Equal(localName, _xsiTypeString) || Ref.Equal(localName, _xsiNilString) || Ref.Equal(localName, _xsiSchemaLocationString) || Ref.Equal(localName,
_xsiNoNamespaceSchemaLocationString
))