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