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