1 write to schema
System.Xml (1)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
51this.schema = schema;
5 references to schema
System.Xml (5)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
715if (schema.TargetNamespace == XmlReservedNs.NsXsi) { 901if (this.schema.IdentityConstraints[constraint.QualifiedName] != null) { 906this.schema.IdentityConstraints.Add(constraint.QualifiedName, constraint); 1370if (this.schema.Ids[xso.IdAttribute] != null) { 1374this.schema.Ids.Add(xso.IdAttribute, xso);