9 references to IdOf
System.Net.HttpListener (9)
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);
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());