1 write to _xsdSchema
System.Private.Xml (1)
System\Xml\Schema\XsdValidator.cs (1)
93
_xsdSchema
= NameTable.Add("schema");
2 references to _xsdSchema
System.Private.Xml (2)
System\Xml\Schema\XsdValidator.cs (2)
67
[MemberNotNull(nameof(
_xsdSchema
))]
771
return Ref.Equal(ns, _nsXs) && Ref.Equal(localName,
_xsdSchema
);