31 references to ReportNYI
System.Private.Xml (31)
System\Xml\Xsl\Xslt\XsltLoader.cs (31)
589if (name != null) ReportNYI("xsl:output/@name"); 612if (byteOrderMask != TriState.Unknown) ReportNYI("xsl:output/@byte-order-mark"); 683if (!escapeUriAttributes) ReportNYI("xsl:output/@escape-uri-attributes == flase()"); 686if (!includeContentType) ReportNYI("xsl:output/@include-content-type == flase()"); 718ReportNYI("xsl:output/@normalization-form"); 752if (undeclarePrefixes) ReportNYI("xsl:output/@undeclare-prefixes == true()"); 755if (useCharacterMaps.Count != 0) ReportNYI("xsl:output/@use-character-maps"); 888if (use == null) ReportNYI("xsl:key[count(@use) = 0]"); 1178ReportNYI("xsl:template/@as"); 1545if (content.Count != 0) ReportNYI("xsl:apply-imports/xsl:with-param"); 1601if (!copyNamespaces) ReportNYI("xsl:copy[@copy-namespaces = 'no']"); 1602if (!inheritNamespaces) ReportNYI("xsl:copy[@inherit-namespaces = 'no']"); 1627if (!copyNamespaces) ReportNYI("xsl:copy-of[@copy-namespaces = 'no']"); 1797if (select != null) ReportNYI("xsl:number/@select"); 1820if (!string.IsNullOrEmpty(ordinal)) ReportNYI("xsl:number/@ordinal"); 1853ReportNYI("xsl:value-of/@separator"); 1873ReportNYI("xsl:value-of/*"); 1932if (required == TriState.True) ReportNYI("xsl:param/@required == true()"); 1936ReportNYI("xsl:param/@as"); 1951if (tunnel == TriState.True) ReportNYI("xsl:param/@tunnel == true()"); 1972if (select != null) ReportNYI("xsl:comment/@select"); 2001if (select != null) ReportNYI("xsl:processing-instruction/@select"); 2065if (!inheritNamespaces) ReportNYI("xsl:copy[@inherit-namespaces = 'no']"); 2099if (select != null) ReportNYI("xsl:attribute/@select"); 2101if (separator != null) ReportNYI("xsl:attribute/@separator"); 2147ReportNYI("xsl:sort/*"); 2626ReportNYI("xsl:apply-templates[@mode='#current']"); 2658ReportNYI("xsl:template[@mode='#all']"); 2683ReportNYI("xsl:apply-templates[@mode='#current']"); 2718ReportNYI("Multiple modes"); 2733ReportNYI("@collation");