1 write to _host
System.Runtime.Caching (1)
System\Caching\ObjectCache.cs (1)
33
if (Interlocked.CompareExchange(ref
_host
, value, null) != null) {
1 reference to _host
System.Runtime.Caching (1)
System\Caching\ObjectCache.cs (1)
25
get { return
_host
; }