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