9 references to Role
dotnet-svcutil-lib (9)
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) 2403switch (constraints[i].constraint.Role) 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) 1086switch (constraints[i].constraint.Role) 1151if ((vcs[i].constraint.Role == CompiledIdentityConstraint.ConstraintRole.Keyref)