9 references to Format
System.Net.Quic (9)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (9)
69Log.Info(IdOf(thisOrContextObject), memberName, Format(message)); 94Log.ErrorMessage(IdOf(thisOrContextObject), memberName, Format(message)); 170case 1: return string.Format(s.Format, Format(s.GetArgument(0))); 171case 2: return string.Format(s.Format, Format(s.GetArgument(0)), Format(s.GetArgument(1))); 172case 3: return string.Format(s.Format, Format(s.GetArgument(0)), Format(s.GetArgument(1)), Format(s.GetArgument(2))); 177formattedArgs[i] = Format(s.GetArgument(i));