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