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