11 references to HasRequiredAttribute
dotnet-svcutil-lib (11)
FrameworkFork\Microsoft.Xml\Xml\schema\dtdvalidator.cs (3)
169
if (context.ElementDecl.
HasRequiredAttribute
)
185
if (context.ElementDecl != null && context.ElementDecl.
HasRequiredAttribute
)
214
if (context.ElementDecl.
HasRequiredAttribute
)
FrameworkFork\Microsoft.Xml\Xml\schema\xdrvalidator.cs (3)
253
if (this.context.ElementDecl.
HasRequiredAttribute
)
274
if (context.ElementDecl != null && context.ElementDecl.
HasRequiredAttribute
)
307
if (context.ElementDecl.
HasRequiredAttribute
)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
756
if (currentElementDecl != null && currentElementDecl.
HasRequiredAttribute
)
1214
if (_context.CheckRequiredAttribute && contextElementDecl.
HasRequiredAttribute
)
FrameworkFork\Microsoft.Xml\Xml\schema\xsdvalidator.cs (3)
470
if (this.context.ElementDecl.
HasRequiredAttribute
|| HasIdentityConstraints)
498
if (context.ElementDecl != null && (context.ElementDecl.
HasRequiredAttribute
|| _startIDConstraint != -1))
557
if (context.ElementDecl.
HasRequiredAttribute
)