3 references to HasDefaultAttribute
System.Private.Xml (3)
System\Xml\Schema\XdrValidator.cs (1)
302
if (context!.ElementDecl!.
HasDefaultAttribute
)
System\Xml\Schema\XmlSchemaValidator.cs (1)
1022
if (currentElementDecl != null && currentElementDecl.
HasDefaultAttribute
)
System\Xml\Schema\XsdValidator.cs (1)
535
if (context!.ElementDecl!.
HasDefaultAttribute
)