2 references to Length
mscorlib (2)
system\string.cs (1)
3022
.Acquire(format.Length + args.
Length
* 8)
system\text\stringbuilder.cs (1)
1377
if (index >= args.
Length
) throw new FormatException(Environment.GetResourceString("Format_IndexOutOfRange"));