18 references to ConstraintRole
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (5)
20private ConstraintRole _role; 32public ConstraintRole Role 82_role = ConstraintRole.Unique; 86_role = ConstraintRole.Key; 90_role = ConstraintRole.Keyref;
FrameworkFork\Microsoft.Xml\Xml\schema\ConstraintStruct.cs (1)
34if (this.constraint.Role != CompiledIdentityConstraint.ConstraintRole.Keyref)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2235if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2666if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (5)
2199if (_context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 2405case CompiledIdentityConstraint.ConstraintRole.Key: 2428case CompiledIdentityConstraint.ConstraintRole.Unique: 2443case CompiledIdentityConstraint.ConstraintRole.Keyref: 2470if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (5)
879if (context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 1088case CompiledIdentityConstraint.ConstraintRole.Key: 1109case CompiledIdentityConstraint.ConstraintRole.Unique: 1126case CompiledIdentityConstraint.ConstraintRole.Keyref: 1151if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)