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