10 references to IdOf
System.Net.Http (10)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.Associate.cs (3)
30
Log.Associate(
IdOf
(thisOrContextObject), memberName,
IdOf
(first),
IdOf
(second));
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.cs (5)
61
Log.Info(
IdOf
(thisOrContextObject), memberName, formattableString != null ? Format(formattableString) : NoParameters);
69
Log.Info(
IdOf
(thisOrContextObject), memberName, Format(message));
86
Log.ErrorMessage(
IdOf
(thisOrContextObject), memberName, Format(formattableString));
94
Log.ErrorMessage(
IdOf
(thisOrContextObject), memberName, Format(message));
157
return
IdOf
(value);
System\Net\Http\NetEventSource.Http.cs (2)
25
Log.UriBaseAddress(baseAddress?.ToString(),
IdOf
(obj));
36
Log.ContentNull(
IdOf
(obj), GetHashCode(obj));