10 references to IdentityConstraints
System.Private.Xml (10)
System\Xml\Schema\Preprocessor.cs (3)
186schema.IdentityConstraints.Clear(); 1449if (_rootSchema!.IdentityConstraints[constraint.QualifiedName] != null) 1456_rootSchema.IdentityConstraints.Add(constraint.QualifiedName, constraint);
System\Xml\Schema\SchemaCollectionCompiler.cs (3)
192schema.IdentityConstraints.Clear(); 241foreach (XmlSchemaIdentityConstraint? identityConstraint in _schema.IdentityConstraints.Values) 2138XmlSchemaIdentityConstraint? ic = (XmlSchemaIdentityConstraint?)_schema!.IdentityConstraints[((XmlSchemaKeyref)xi).Refer];
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
116schema.IdentityConstraints.Clear(); 1120if (_schema!.IdentityConstraints[constraint.QualifiedName] != null) 1127_schema.IdentityConstraints.Add(constraint.QualifiedName, constraint);
System\Xml\Schema\SchemaSetCompiler.cs (1)
120foreach (XmlSchemaIdentityConstraint? ic in schema.IdentityConstraints.Values)