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