1 write to s_host
System.Runtime.Caching (1)
System\Runtime\Caching\ObjectCache.cs (1)
36
if (Interlocked.CompareExchange(ref
s_host
, value, null) != null)
1 reference to s_host
System.Runtime.Caching (1)
System\Runtime\Caching\ObjectCache.cs (1)
27
return
s_host
;