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