7 references to IsRequiredAttribute
System.Data.SqlXml (7)
System\Xml\Xsl\Xslt\XsltLoader.cs (7)
2536bool required = input.IsRequiredAttribute(attNum); 2557Debug.Assert(input.IsRequiredAttribute(attNum), "It happened that @name as NCName is always required attribute"); 2669if (input.IsRequiredAttribute(attNum) || !input.ForwardCompatibility) { 2679Debug.Assert(!input.IsRequiredAttribute(attNum), "All Yes/No attributes are optional."); 2695Debug.Assert(!input.IsRequiredAttribute(attNum), "All 'type' attributes are optional."); 2702Debug.Assert(!input.IsRequiredAttribute(attNum), "All 'validation' attributes are optional."); 2721Debug.Assert(!input.IsRequiredAttribute(attNum), "All 'input-type-validation' attributes are optional.");