10 references to Keyref
dotnet-svcutil-lib (10)
FrameworkFork\Microsoft.Xml\Xml\schema\CompiledIdentityConstraint.cs (1)
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 (3)
2199if (_context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 2443case CompiledIdentityConstraint.ConstraintRole.Keyref: 2470if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (3)
879if (context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref) 1126case CompiledIdentityConstraint.ConstraintRole.Keyref: 1151if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)