3 references to _identityConstraints
System.Private.Xml (3)
System\Xml\Schema\SchemaSetCompiler.cs (3)
122
AddToTable(
_identityConstraints
, ic!.QualifiedName, ic);
237
foreach (XmlSchemaIdentityConstraint? identityConstraint in
_identityConstraints
.Values)
2594
XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)
_identityConstraints
[((XmlSchemaKeyref)xi).Refer];