8 references to ToString
System.Private.Xml (8)
System\Xml\Xsl\XsltOld\XsltCompileContext.cs (8)
722
return
ToString
(val);
790
return ((XsltCompileContext)xsltContext).SystemProperty(
ToString
(args[0]));
800
return ((XsltCompileContext)xsltContext).ElementAvailable(
ToString
(args[0]));
810
return ((XsltCompileContext)xsltContext).FunctionAvailable(
ToString
(args[0]));
861
PrefixQName.ParseQualifiedName(
ToString
(args[0]), out prefix, out local);
892
resultCollection = AddToList(resultCollection, (ArrayList?)keyTable[
ToString
(args[1])]);
940
DecimalFormat formatInfo = ((XsltCompileContext)xsltContext).ResolveFormatName(args.Length == 3 ?
ToString
(args[2]) : null);
941
return DecimalFormatter.Format(ToNumber(args[0]),
ToString
(args[1]), formatInfo);