1 write to s_appId
System.Runtime.Caching (1)
System\Caching\PerfCounters.cs (1)
54Interlocked.CompareExchange(ref s_appId, appId, null);
3 references to s_appId
System.Runtime.Caching (3)
System\Caching\PerfCounters.cs (3)
35if (s_appId == null) { 61StringBuilder sb = (s_appId != null) ? new StringBuilder(s_appId + ":" + cacheName) : new StringBuilder(cacheName);