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