8 references to IdOf
System.Net.Mail (8)
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)
67Log.Info(IdOf(thisOrContextObject), memberName, formattableString != null ? Format(formattableString) : NoParameters); 75Log.Info(IdOf(thisOrContextObject), memberName, Format(message)); 92Log.ErrorMessage(IdOf(thisOrContextObject), memberName, Format(formattableString)); 100Log.ErrorMessage(IdOf(thisOrContextObject), memberName, Format(message)); 163return IdOf(value);