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