2 writes to QualifiedName
System.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
1545notation.QualifiedName = new XmlQualifiedName(notation.Name, this.targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1230notation.QualifiedName = new XmlQualifiedName(notation.Name, this.targetNamespace);
9 references to QualifiedName
System.Xml (9)
System\Xml\Schema\Preprocessor.cs (2)
672AddToTable(schema.Notations, notation.QualifiedName, notation); 710AddToTable(schema.Notations, notation.QualifiedName, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
232schemaInfo.TargetNamespaces[notation.QualifiedName.Namespace] = true; 233SchemaNotation no = new SchemaNotation(notation.QualifiedName);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
432AddToTable(schema.Notations, notation.QualifiedName, notation); 474AddToTable(schema.Notations, notation.QualifiedName, notation);
System\Xml\Schema\SchemaSetCompiler.cs (2)
90AddToTable(notations, notation.QualifiedName, notation); 129SchemaNotation no = new SchemaNotation(notation.QualifiedName);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
80return ((XmlSchemaNotation)o).QualifiedName;