9 references to Format
System.Net.Mail (9)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (9)
75Log.Info(IdOf(thisOrContextObject), memberName, Format(message)); 100Log.ErrorMessage(IdOf(thisOrContextObject), memberName, Format(message)); 176case 1: return string.Format(s.Format, Format(s.GetArgument(0))); 177case 2: return string.Format(s.Format, Format(s.GetArgument(0)), Format(s.GetArgument(1))); 178case 3: return string.Format(s.Format, Format(s.GetArgument(0)), Format(s.GetArgument(1)), Format(s.GetArgument(2))); 183formattedArgs[i] = Format(s.GetArgument(i));