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