3 references to identityConstraints
System.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (3)
93
AddToTable(
identityConstraints
, ic.QualifiedName, ic);
183
foreach (XmlSchemaIdentityConstraint identityConstraint in
identityConstraints
.Values) {
2105
XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)this.
identityConstraints
[((XmlSchemaKeyref)xi).Refer];