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