11 references to HasRequiredAttribute
System.Xml (11)
System\Xml\Schema\DtdValidator.cs (3)
147
if ( context.ElementDecl.
HasRequiredAttribute
) {
158
if (context.ElementDecl != null && context.ElementDecl.
HasRequiredAttribute
) {
183
if (context.ElementDecl.
HasRequiredAttribute
) {
System\Xml\Schema\XdrValidator.cs (3)
210
if (this.context.ElementDecl.
HasRequiredAttribute
) {
225
if (context.ElementDecl != null && context.ElementDecl.
HasRequiredAttribute
) {
253
if (context.ElementDecl.
HasRequiredAttribute
) {
System\Xml\Schema\XmlSchemaValidator.cs (2)
653
if (currentElementDecl != null && currentElementDecl.
HasRequiredAttribute
) {
1020
if (context.CheckRequiredAttribute && contextElementDecl.
HasRequiredAttribute
) {
System\Xml\Schema\XsdValidator.cs (3)
385
if (this.context.ElementDecl.
HasRequiredAttribute
|| HasIdentityConstraints) {
406
if (context.ElementDecl != null && (context.ElementDecl.
HasRequiredAttribute
|| this.startIDConstraint != -1)) {
455
if (context.ElementDecl.
HasRequiredAttribute
) {