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