3 references to _identityConstraints
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (3)
112
AddToTable(
_identityConstraints
, ic.QualifiedName, ic);
225
foreach (XmlSchemaIdentityConstraint identityConstraint in
_identityConstraints
.Values)
2650
XmlSchemaIdentityConstraint ic = (XmlSchemaIdentityConstraint)
_identityConstraints
[((XmlSchemaKeyref)xi).Refer];