2 writes to _inTrimCache
System.Web (2)
Hosting\HostingEnvironment.cs (2)
207if (Interlocked.Exchange(ref _inTrimCache, 1) != 0) 228Interlocked.Exchange(ref _inTrimCache, 0);
1 reference to _inTrimCache
System.Web (1)
Hosting\HostingEnvironment.cs (1)
718while (_inTrimCache == 1) {