1 implementation of IPerfCounters
System.Web (1)
PerfCounters.cs (1)
211private sealed class PerfCountersInstance : IPerfCounters {
5 references to IPerfCounters
System.Web (5)
PerfCounters.cs (1)
38internal static readonly IPerfCounters Instance = new PerfCountersInstance();
WebSockets\AspNetWebSocketManager.cs (2)
23private readonly IPerfCounters _perfCounters; 25internal AspNetWebSocketManager(IPerfCounters perfCounters) {
WebSockets\WebSocketPipe.cs (2)
32private readonly IPerfCounters _perfCounters; 34internal WebSocketPipe(IUnmanagedWebSocketContext context, IPerfCounters perfCounters) {