1 write to _schema
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (1)
56
_schema
= schema;
5 references to _schema
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (5)
888
if (
_schema
.TargetNamespace == XmlReservedNs.NsXsi)
1127
if (
_schema
.IdentityConstraints[constraint.QualifiedName] != null)
1134
_schema
.IdentityConstraints.Add(constraint.QualifiedName, constraint);
1731
if (
_schema
.Ids[xso.IdAttribute] != null)
1737
_schema
.Ids.Add(xso.IdAttribute, xso);