1 write to contextQName
System.Xml (1)
System\Xml\Schema\XmlSchemaValidator.cs (1)
208
contextQName
= new XmlQualifiedName(); //Re-use qname
2 references to contextQName
System.Xml (2)
System\Xml\Schema\XmlSchemaValidator.cs (2)
380
contextQName
.Init(localName, namespaceUri);
381
XmlQualifiedName elementName =
contextQName
;