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