2 writes to QualifiedName
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (1)
1906
notation.
QualifiedName
= new XmlQualifiedName(notation.Name, _targetNamespace);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
1549
notation.
QualifiedName
= new XmlQualifiedName(notation.Name, _targetNamespace);
9 references to QualifiedName
dotnet-svcutil-lib (9)
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (2)
798
AddToTable(schema.Notations, notation.
QualifiedName
, notation);
846
AddToTable(schema.Notations, notation.
QualifiedName
, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
288
schemaInfo.TargetNamespaces[notation.
QualifiedName
.Namespace] = true;
289
SchemaNotation no = new SchemaNotation(notation.
QualifiedName
);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (2)
529
AddToTable(schema.Notations, notation.
QualifiedName
, notation);
579
AddToTable(schema.Notations, notation.
QualifiedName
, notation);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (2)
108
AddToTable(_notations, notation.
QualifiedName
, notation);
157
SchemaNotation no = new SchemaNotation(notation.
QualifiedName
);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
95
return ((XmlSchemaNotation)o).
QualifiedName
;