3 references to DumpBuffer
System.Net.Sockets (3)
src\libraries\Common\src\System\Net\Logging\NetEventSource.Common.DumpBuffer.cs (2)
17DumpBuffer(thisOrContextObject, buffer.AsSpan(), memberName); 27DumpBuffer(thisOrContextObject, buffer.AsSpan(offset, count), memberName);
System\Net\Sockets\NetEventSource.Sockets.cs (1)
58DumpBuffer(thisOrContextObject, buffer.Span.Slice(offset, count), memberName);