11 references to HasRequiredAttribute
System.Private.Xml (11)
System\Xml\Schema\DtdValidator.cs (3)
172if (context.ElementDecl.HasRequiredAttribute) 188if (context.ElementDecl != null && context.ElementDecl.HasRequiredAttribute) 217if (context!.ElementDecl!.HasRequiredAttribute)
System\Xml\Schema\XdrValidator.cs (3)
255if (this.context.ElementDecl.HasRequiredAttribute) 276if (context.ElementDecl != null && context.ElementDecl.HasRequiredAttribute) 310if (context.ElementDecl.HasRequiredAttribute)
System\Xml\Schema\XmlSchemaValidator.cs (2)
714if (currentElementDecl != null && currentElementDecl.HasRequiredAttribute) 1185if (_context.CheckRequiredAttribute && contextElementDecl.HasRequiredAttribute)
System\Xml\Schema\XsdValidator.cs (3)
462if (this.context.ElementDecl.HasRequiredAttribute || HasIdentityConstraints) 490if (context.ElementDecl != null && (context.ElementDecl.HasRequiredAttribute || _startIDConstraint != -1)) 549if (context.ElementDecl.HasRequiredAttribute)