1 write to instance
System (1)
net\System\Net\_NetworkingPerfCounters.cs (1)
250
instance
= new NetworkingPerfCounters();
5 references to instance
System (5)
net\System\Net\_NetworkingPerfCounters.cs (5)
103
if (
instance
== null)
107
if (
instance
== null)
113
return
instance
;
251
if (
instance
.Enabled)
255
if (!ThreadPool.QueueUserWorkItem(
instance
.Initialize))