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