2 references to PadRight
System (1)
regex\system\text\regularexpressions\RegexFCD.cs (1)
88string pref = String.Empty.PadRight(curNode._m, curNode._ch);
System.Data.Entity (1)
System\Data\Common\EntitySql\AST\Literal.cs (1)
624string ticksString = datetimeParts[timePartStartIndex].PadRight(7, '0');