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"); 1547if (content.Count != 0) ReportNYI("xsl:apply-imports/xsl:with-param"); 1603if (!copyNamespaces) ReportNYI("xsl:copy[@copy-namespaces = 'no']"); 1604if (!inheritNamespaces) ReportNYI("xsl:copy[@inherit-namespaces = 'no']"); 1629if (!copyNamespaces) ReportNYI("xsl:copy-of[@copy-namespaces = 'no']"); 1799if (select != null) ReportNYI("xsl:number/@select"); 1822if (!string.IsNullOrEmpty(ordinal)) ReportNYI("xsl:number/@ordinal"); 1855ReportNYI("xsl:value-of/@separator"); 1875ReportNYI("xsl:value-of/*"); 1934if (required == TriState.True) ReportNYI("xsl:param/@required == true()"); 1938ReportNYI("xsl:param/@as"); 1953if (tunnel == TriState.True) ReportNYI("xsl:param/@tunnel == true()"); 1974if (select != null) ReportNYI("xsl:comment/@select"); 2003if (select != null) ReportNYI("xsl:processing-instruction/@select"); 2067if (!inheritNamespaces) ReportNYI("xsl:copy[@inherit-namespaces = 'no']"); 2101if (select != null) ReportNYI("xsl:attribute/@select"); 2103if (separator != null) ReportNYI("xsl:attribute/@separator"); 2149ReportNYI("xsl:sort/*"); 2628ReportNYI("xsl:apply-templates[@mode='#current']"); 2660ReportNYI("xsl:template[@mode='#all']"); 2685ReportNYI("xsl:apply-templates[@mode='#current']"); 2720ReportNYI("Multiple modes"); 2735ReportNYI("@collation");