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)
34
if (this.constraint.Role != CompiledIdentityConstraint.ConstraintRole.
Keyref
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionCompiler.cs (1)
2235
if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaSetCompiler.cs (1)
2666
if (ic.CompiledConstraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (3)
2199
if (_context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
2443
case CompiledIdentityConstraint.ConstraintRole.
Keyref
:
2470
if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (3)
879
if (context.Constr[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)
1126
case CompiledIdentityConstraint.ConstraintRole.
Keyref
:
1151
if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.
Keyref
)