31 references to ReportNYI
System.Data.SqlXml (31)
System\Xml\Xsl\Xslt\XsltLoader.cs (31)
487if (name != null) ReportNYI("xsl:output/@name"); 506if (byteOrderMask != TriState.Unknown) ReportNYI("xsl:output/@byte-order-mark"); 561if (! escapeUriAttributes) ReportNYI("xsl:output/@escape-uri-attributes == flase()"); 564if (!includeContentType) ReportNYI("xsl:output/@include-content-type == flase()"); 589ReportNYI("xsl:output/@normalization-form"); 617if (undeclarePrefixes) ReportNYI("xsl:output/@undeclare-prefixes == true()"); 620if (useCharacterMaps.Count != 0) ReportNYI("xsl:output/@use-character-maps"); 728if (use == null) ReportNYI("xsl:key[count(@use) = 0]"); 969ReportNYI("xsl:template/@as"); 1411if (content.Count != 0) ReportNYI("xsl:apply-imports/xsl:with-param"); 1467if (! copyNamespaces ) ReportNYI("xsl:copy[@copy-namespaces = 'no']"); 1468if (! inheritNamespaces) ReportNYI("xsl:copy[@inherit-namespaces = 'no']"); 1491if (!copyNamespaces) ReportNYI("xsl:copy-of[@copy-namespaces = 'no']"); 1638if (select != null) ReportNYI("xsl:number/@select"); 1658if (!string.IsNullOrEmpty(ordinal)) ReportNYI("xsl:number/@ordinal"); 1695ReportNYI("xsl:value-of/@separator"); 1710ReportNYI("xsl:value-of/*"); 1776if (required == TriState.True) ReportNYI("xsl:param/@required == true()"); 1780ReportNYI("xsl:param/@as"); 1790if (tunnel == TriState.True) ReportNYI("xsl:param/@tunnel == true()"); 1810if (select != null) ReportNYI("xsl:comment/@select"); 1836if (select != null) ReportNYI("xsl:processing-instruction/@select"); 1895if (!inheritNamespaces) ReportNYI("xsl:copy[@inherit-namespaces = 'no']"); 1927if (select != null) ReportNYI("xsl:attribute/@select"); 1929if (separator != null) ReportNYI("xsl:attribute/@separator"); 1970ReportNYI("xsl:sort/*"); 2427ReportNYI("xsl:apply-templates[@mode='#current']"); 2451ReportNYI("xsl:template[@mode='#all']"); 2467ReportNYI("xsl:apply-templates[@mode='#current']"); 2492ReportNYI("Multipe modes"); 2504ReportNYI("@collation");