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