2 writes to QualifiedName
System.Private.Xml (2)
System\Xml\Schema\Preprocessor.cs (1)
1872notation.QualifiedName = new XmlQualifiedName(notation.Name, _targetNamespace);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
1536notation.QualifiedName = new XmlQualifiedName(notation.Name, _targetNamespace);
9 references to QualifiedName
System.Private.Xml (9)
System\Xml\Schema\Preprocessor.cs (2)
765AddToTable(schema.Notations, notation.QualifiedName, notation); 813AddToTable(schema.Notations, notation!.QualifiedName, notation);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
304schemaInfo.TargetNamespaces[notation!.QualifiedName.Namespace] = true; 305SchemaNotation no = new SchemaNotation(notation.QualifiedName);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (2)
528AddToTable(schema.Notations, notation!.QualifiedName, notation); 572AddToTable(schema.Notations, notation.QualifiedName, notation);
System\Xml\Schema\SchemaSetCompiler.cs (2)
117AddToTable(_notations, notation!.QualifiedName, notation); 167SchemaNotation no = new SchemaNotation(notation!.QualifiedName);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
96return ((XmlSchemaNotation)o).QualifiedName;