13 references to QualifiedName
dotnet-svcutil-lib (13)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
53this.name = constraint.QualifiedName;
FrameworkFork\Microsoft.Xml\Xml\schema\Preprocessor.cs (3)
1482if (_rootSchema.IdentityConstraints[constraint.QualifiedName] != null) 1484SendValidationEvent(ResXml.Sch_DupIdentityConstraint, constraint.QualifiedName.ToString(), constraint); 1489_rootSchema.IdentityConstraints.Add(constraint.QualifiedName, constraint);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (2)
2232throw new XmlSchemaException(ResXml.Sch_RefInvalidCardin, xi.QualifiedName.ToString(), xi); 2237throw new XmlSchemaException(ResXml.Sch_ReftoKeyref, xi.QualifiedName.ToString(), xi);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
1127if (_schema.IdentityConstraints[constraint.QualifiedName] != null) 1129SendValidationEvent(ResXml.Sch_DupIdentityConstraint, constraint.QualifiedName.ToString(), constraint); 1134_schema.IdentityConstraints.Add(constraint.QualifiedName, constraint);
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
112AddToTable(_identityConstraints, ic.QualifiedName, ic); 2663throw new XmlSchemaException(ResXml.Sch_RefInvalidCardin, xi.QualifiedName.ToString(), xi); 2668throw new XmlSchemaException(ResXml.Sch_ReftoKeyref, xi.QualifiedName.ToString(), xi);
FrameworkFork\Microsoft.Xml\Xml\Serialization\SchemaObjectWriter.cs (1)
124return ((XmlSchemaIdentityConstraint)o).QualifiedName;