11 references to IdOf
System.Net.Security (11)
src\runtime\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);
src\runtime\src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.DumpBuffer.cs (1)
35
Log.DumpBuffer(
IdOf
(thisOrContextObject), memberName, buffer.Slice(0, Math.Min(buffer.Length, MaxDumpSize)).ToArray());
System\Net\Security\NetEventSource.Security.cs (5)
63
localId ??=
IdOf
(innerStream);
65
SslStreamCtor(
IdOf
(sslStream), localId, remoteId);
247
SentFrame(
IdOf
(sslStream), info.ToString(), isComplete ? 1 : 0);
256
ReceivedFrame(
IdOf
(sslStream), frameInfo.ToString(), 1);
263
ReceivedFrame(
IdOf
(sslStream), info.ToString(), isComplete ? 1 : 0);