Home
last modified time | relevance | path

Searched refs:Xslt_NoDecimalFormat (Results 1 – 7 of 7) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXsltLibrary.cs198 throw new XslTransformException(Res.Xslt_NoDecimalFormat, errorMessageName); in FormatNumberDynamic()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXsltLibrary.cs219 throw new XslTransformException(SR.Xslt_NoDecimalFormat, errorMessageName); in FormatNumberDynamic()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.XML/ReferenceSources/
H A DRes.cs1108 public const string Xslt_NoDecimalFormat = "Decimal format '{0}' is not defined."; field in System.Xml.Utils.Res
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/XsltOld/
H A DXsltCompileContext.cs330 throw XsltException.Create(Res.Xslt_NoDecimalFormat, formatName); in ResolveFormatName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DQilGeneratorEnv.cs492 … throw new XslLoadException(Res.Xslt_NoDecimalFormat, (string)(QilLiteral)formatName); in CompileFormatNumber()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/XsltOld/
H A DXsltCompileContext.cs397 throw XsltException.Create(SR.Xslt_NoDecimalFormat, formatName); in ResolveFormatName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Xslt/
H A DQilGeneratorEnv.cs595 … throw new XslLoadException(SR.Xslt_NoDecimalFormat, (string)(QilLiteral)formatName); in CompileFormatNumber()