1 write to _contextQName
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
217
_contextQName
= new XmlQualifiedName(); //Re-use qname
3 references to _contextQName
System.Private.Xml (3)
System\Xml\Schema\XmlSchemaValidator.cs (3)
196
[MemberNotNull(nameof(
_contextQName
))]
404
_contextQName
.Init(localName, namespaceUri);
405
XmlQualifiedName elementName =
_contextQName
;