1 write to _schema
System.Private.Xml (1)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (1)
51
_schema
= schema;
5 references to _schema
System.Private.Xml (5)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (5)
880
if (
_schema
!.TargetNamespace == XmlReservedNs.NsXsi)
1120
if (
_schema
!.IdentityConstraints[constraint.QualifiedName] != null)
1127
_schema
.IdentityConstraints.Add(constraint.QualifiedName, constraint);
1717
if (
_schema
!.Ids[xso.IdAttribute] != null)
1723
_schema
.Ids.Add(xso.IdAttribute, xso);