13 references to QualifiedName
System.Private.Xml (13)
System\Xml\Schema\CompiledidEntityConstraint.cs (1)
48this.name = constraint.QualifiedName;
System\Xml\Schema\Preprocessor.cs (3)
1449if (_rootSchema!.IdentityConstraints[constraint.QualifiedName] != null) 1451SendValidationEvent(SR.Sch_DupIdentityConstraint, constraint.QualifiedName.ToString(), constraint); 1456_rootSchema.IdentityConstraints.Add(constraint.QualifiedName, constraint);
System\Xml\Schema\SchemaCollectionCompiler.cs (2)
2151throw new XmlSchemaException(SR.Sch_RefInvalidCardin, xi.QualifiedName.ToString(), xi); 2156throw new XmlSchemaException(SR.Sch_ReftoKeyref, xi.QualifiedName.ToString(), xi);
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
1120if (_schema!.IdentityConstraints[constraint.QualifiedName] != null) 1122SendValidationEvent(SR.Sch_DupIdentityConstraint, constraint.QualifiedName.ToString(), constraint); 1127_schema.IdentityConstraints.Add(constraint.QualifiedName, constraint);
System\Xml\Schema\SchemaSetCompiler.cs (3)
122AddToTable(_identityConstraints, ic!.QualifiedName, ic); 2609throw new XmlSchemaException(SR.Sch_RefInvalidCardin, xi.QualifiedName.ToString(), xi); 2615throw new XmlSchemaException(SR.Sch_ReftoKeyref, xi.QualifiedName.ToString(), xi);
System\Xml\Serialization\SchemaObjectWriter.cs (1)
122return ((XmlSchemaIdentityConstraint)o).QualifiedName;