8 references to FormatHelper
mscorlib (8)
system\string.cs (8)
2962return FormatHelper(null, format, new ParamsArray(arg0));
2967return FormatHelper(null, format, new ParamsArray(arg0, arg1));
2972return FormatHelper(null, format, new ParamsArray(arg0, arg1, arg2));
2985return FormatHelper(null, format, new ParamsArray(args));
2990return FormatHelper(provider, format, new ParamsArray(arg0));
2995return FormatHelper(provider, format, new ParamsArray(arg0, arg1));
3000return FormatHelper(provider, format, new ParamsArray(arg0, arg1, arg2));
3013return FormatHelper(provider, format, new ParamsArray(args));