9 references to XmlQualifiedName
System.Private.Xml (9)
System\Xml\Core\QueryOutputWriter.cs (1)
60_qnameCData = new XmlQualifiedName();
System\Xml\Core\QueryOutputWriterV1.cs (1)
74_qnameCData = new XmlQualifiedName();
System\Xml\Schema\BaseValidator.cs (1)
55elementName = new XmlQualifiedName();
System\Xml\Schema\XmlSchemaValidator.cs (1)
217_contextQName = new XmlQualifiedName(); //Re-use qname
System\Xml\Xsl\Xslt\Compiler.cs (1)
448public static readonly DecimalFormatDecl Default = new DecimalFormatDecl(new XmlQualifiedName(), "Infinity", "NaN", ".,%\u20300#;-");
System\Xml\Xsl\Xslt\QilGeneratorEnv.cs (1)
565resolvedName = new XmlQualifiedName();
System\Xml\Xsl\Xslt\XsltLoader.cs (2)
934name = new XmlQualifiedName(); 940name = new XmlQualifiedName();
System\Xml\Xsl\XsltOld\ContainerAction.cs (1)
438Name ??= new XmlQualifiedName();